MySQL的慢查询

2018-07-07  本文已影响0人  表弟_212
 查询慢查询是否开始默认为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
上一篇 下一篇

猜你喜欢

热点阅读