Iam trying to migrate from mysql to mariadb. This time I can face another issue with mariadb.
Sometimes the TRUNCATE TABLE
query becomes hang. But in MySQL, this issue doesn't occured.
Can anyone help me in this regard??? Iam a newone in MariaDB.
Please use :
TRUNCATE [TABLE] tbl_name
If this one is hang means some dependencies is exists on these table.