mysql获取正在运行的sql

select id,db,host,time,info,command from information_schema.processlist where command<>'sleep'

干掉:

kill <id>

原文地址:https://www.cnblogs.com/SimonWu/p/9984312.html