mysql慢查询
Posted Loweringye
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql慢查询相关的知识,希望对你有一定的参考价值。
1、show global variables like ‘wait_timeout‘
2、show VARIABLES like "%slow%"
3、set global long_query_time = 0.01
4、set global slow_query_log = ON
5、tmp_table_size
6、profile
7、mysqlslap
8、explain
以上是关于mysql慢查询的主要内容,如果未能解决你的问题,请参考以下文章