2018年4月28日
摘要: 1、使用processlist,但是有个弊端,就是只能查看正在执行的sql语句,对应历史记录,查看不到。好处是不用设置,不会保存。 -- use information_schema; -- show processlist; 或者: -- select * from information_sch 阅读全文
posted @ 2018-04-28 09:22 MC伍 阅读(71173) 评论(0) 推荐(1) 编辑