1:查询当前的执行中的进程列表:select * from information_schema.PROCESSLIST p where p.state<>'';
2:将Command为Query的并且Time数值比较大的进程杀死即可:kill 22267
1:查询当前的执行中的进程列表:select * from information_schema.PROCESSLIST p where p.state<>'';
2:将Command为Query的并且Time数值比较大的进程杀死即可:kill 22267