select concat('kill ',ID,';') from information_schema.processlist where command!='Sleep' ;
批量生产干掉所有查询的语句,在必要的时候直接杀
转载于:https://my.oschina.net/markee/blog/514683
select concat('kill ',ID,';') from information_schema.processlist where command!='Sleep' ;
批量生产干掉所有查询的语句,在必要的时候直接杀
转载于:https://my.oschina.net/markee/blog/514683