摘要: show status;//查询mysql各种状态; show variables like 'long_query_time';//慢查询的限定时间 set long_query_time=1;//设置慢查询的限制时间 show global status like 'slow_queries'; 阅读全文
posted @ 2016-05-24 22:50 滴水微澜 阅读(186) 评论(0) 推荐(2)