mysql中show processlist过滤和杀死线程

select * from information_schema.processlist where HOST LIKE '%192.168.1.8%';

 

kill ID列

posted @ 2017-04-16 21:23  rorshach  阅读(1956)  评论(0)    收藏  举报