摘要: -- 显示正在运行的进程 show processlist; -- 执行时间长 SELECT * from information_schema.`PROCESSLIST` WHERE Time > 1000 AND db = 'cdc' ORDER BY TIME desc; -- 查询表锁 sh 阅读全文
posted @ 2022-06-20 09:38 亲爱的阿道君 阅读(42) 评论(0) 推荐(0)