Phenomenon: the table cannot be opened and deleted
Solution:
>show full processlist; // List the processes, find the processes that are waiting, to kill them
......
......
>kill ID; // The ID number is the first column of "Id" listed
Phenomenon: the table cannot be opened and deleted
Solution:
>show full processlist; // List the processes, find the processes that are waiting, to kill them
......
......
>kill ID; // The ID number is the first column of "Id" listed