[SOLVED] MySQL DROP DATABASE taking so long?

To check what is blocking the DROP DATABASE command, run the following command;

#mysqladmin processlist -u root -p


You can see the query id 50, 200 and 207 is blocking the dropping of koha_library.

Use mysql to terminate the query;

#mysqladmin kill 50

Repeat the termination for other IDs.

Comments

Popular posts from this blog

ACTION_FAILED:OU_INVALID: Solution for GoogleApps bulk user upload issue, username@domainname.com:ACTION_FAILED:OU_INVALID. This error is because you have not specified the Org Unit Path properly.

Email Notification in Koha! How to configure Email Notification in Koha 20.11 with postfix?

Solution to Moodle Error: Coding error detected, it must be fixed by a programmer: Failed to unserialise data from file. Either failed to read, or failed to write.