美文网首页
MySQL的慢查询

MySQL的慢查询

作者: 表弟_212 | 来源:发表于2018-07-07 16:48 被阅读0次
 查询慢查询是否开始默认为off
show variables like '%slow_query%'
设置为1为on
set GLOBAL slow_query_log=1
查询慢查询时间
show variables like '%query_time%'
设置为2秒
set global long_query_time=2

image.png image.png image.png

相关文章

网友评论

      本文标题:MySQL的慢查询

      本文链接:https://www.haomeiwen.com/subject/ikcguftx.html