查询进程MySQL进程ID

select `USER`, DB, concat('KILL ',id,';') from information_schema.processlist WHERE TIME > 100
posted @ 2020-07-17 14:45  技术颜良  阅读(1175)  评论(0)    收藏  举报