当前位置:Gxlcms > mysql > mysql慢查询日志命令_MySQL

mysql慢查询日志命令_MySQL

时间:2021-07-01 10:21:17 帮助过:20人阅读

set global long_query_time=10 #设置慢查询时间为10秒

show global variables like 'long%' #查询慢时间记录

mysqldumpslow -t 10 /data/mysqldata/slowquery.log #从日至文件中查询前十条慢查询记录


my.cnf > 命令设置

log-queries-not-using-indexes #记录下没有使用索引的记录

人气教程排行