查看mysql语句运行时间的2种方法
show profiles
timestampdiff来查看测试时间
http://blog.51yip.com/mysql/968.html
开启log日志
show variables like "%log%";
set glabel general_log=1
找查询比较缓慢的sql,mysql自带了 mysql-slow.log
时间: 2024-11-05 13:42:24
查看mysql语句运行时间的2种方法
show profiles
timestampdiff来查看测试时间
http://blog.51yip.com/mysql/968.html
开启log日志
show variables like "%log%";
set glabel general_log=1
找查询比较缓慢的sql,mysql自带了 mysql-slow.log