摘要: 有2个方法: 1、使用processlist,但是有个弊端,就是只能查看正在执行的sql语句,对应历史记录,查看不到。好处是不用设置,不会保存。 -- use information_schema; -- show processlist; 或者: -- select * from informat 阅读全文
posted @ 2018-04-23 17:44 Bigben 阅读(52382) 评论(0) 推荐(1) 编辑