MySQL 进程查看

-- 查看正在执行的sql进度
select * from information_schema.processlist;

-- 杀进程
kill 进程ID

-- 查看临时表的大小
show variables like '%tmp%';

posted @ 2021-03-13 16:28  Min~~  阅读(214)  评论(0编辑  收藏  举报