Mysqldump couldn't excute show fields Mysqldump couldn't excute show fields linux linux

Mysqldump couldn't excute show fields


Just use SHOW OPEN TABLES; if you find out In_use is greater than 0 then that table is locked ....

I think the command to unlock is UNLOCK TABLES