mysql 查询进程

mysql 查询进程

select * from information_schema.`PROCESSLIST` ORDER BY time desc;

杀掉进程:

kill 进程号