1 Answer
You cannot drop a database if the table is locked, use the below command to unlock the table and then try removing the database
UNLOCK TABLES;
Your Answer
x