Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Iamはmysqlからmariadbに移行しようとしています。今回は、mariadbで別の問題に直面する可能性があります。
TRUNCATE TABLEクエリがハングすることがあります。しかし、MySQLでは、この問題は発生していません。
TRUNCATE TABLE
誰かがこの点で私を助けることができますか?IamはMariaDBの新人です。
この問題は MariaDB 5.5.27 で解決されました。
Please use : TRUNCATE [TABLE] tbl_name If this one is hang means some dependencies is exists on these table.