摘要:
-- 查看进程 show PROCESSLIST --kill 单个进程 kill ${id} kill 1827021 -- 批量kill进程 select CONCAT('KILL ',id,';') FROM information_schema.`PROCESSLIST` where db 阅读全文
posted @ 2022-04-15 18:25
小雷轰
阅读(1109)
评论(0)
推荐(0)
浙公网安备 33010602011771号