DEV Community

Reynaldo Quispe Soca
Reynaldo Quispe Soca

Posted on

can't drop a table in mysql, it stays in "Executing query"

  1. Run SHOW PROCESSLIST;
  2. Identify the proccess is running and copy id
  3. Run KILL {id};
  4. finally DROP TABLE_NAME

Top comments (0)