课程
/数据库
/MySQL
/性能优化之MySQL优化
mysql> show variables like 'show_query_log'; Empty set, 1 warning (0.00 sec) 执行后发现空集?
2017-07-21
源自:性能优化之MySQL优化 2-2
正在回答
是slow_query_log 不是 show_query_log 看清楚了!!
可以先设置slow_query_log为on
执行SET GLOBAL slow_query_log=ON;
再执行show variables like'slow_query_log';
应该就可以看到结果了
举报
了解MySQL数据库优化的方法和技巧,在课程中共同探讨一起学习吧
1 回答为什么我在mysql里show variables like 'show_query_log' 显示空集什么也没查出来?
1 回答[未解决] show variables like '%slow%'; 命令无效
1 回答执行计划在mysql中
6 回答sakila数据库导入失败,执行sakila-data.sql报错
2 回答请问冗余和重复索引 这个语句能粘贴出来吗,好难写好。赞赞