mysql配置查询配置_MySQL
程序员文章站
2022-06-11 11:13:33
...
命令行登入.
#开启慢查询
mysql>show variables like '%long%';
mysql>set global long_query_time=2;
mysql>show variables like '%slow%';
slow_query_log off #if slow_query_log is off
mysql>set global show_query_log='ON';
slow_query_log ON
参考:linux下开启mysql慢查询,分析查询语句
上一篇: 正则表达式抓取网页信息
下一篇: 字符串 轮换