Kill掉Processlist的进程
Written on January 19, 2015
通过mysqladmin操作
./mysqladmin -h host -P port -u username -p
USE information_schema; SELECT * FROM PROCESSLIST LIMIT 0
Read More
To solve the problems
./mysqladmin -h host -P port -u username -p
USE information_schema; SELECT * FROM PROCESSLIST LIMIT 0
Read More