执行这句 show variables like 'show_query_log' 出现空集

来源:2-2 MySQL慢查日志的开启方式和存储格式

BillDavid

2017-07-21 22:06

mysql> show variables like 'show_query_log'; Empty set, 1 warning (0.00 sec) 执行后发现空集?

写回答 关注

2回答

  • xc757036
    2019-01-07 21:48:33

    是slow_query_log  不是  show_query_log 看清楚了!!

  • AllenForst
    2017-07-23 13:56:56

    可以先设置slow_query_log为on

    执行SET GLOBAL slow_query_log=ON;

    再执行show variables like'slow_query_log';

    应该就可以看到结果了

性能优化之MySQL优化

了解MySQL数据库优化的方法和技巧,在课程中共同探讨一起学习吧

101639 学习 · 221 问题

查看课程

相似问题