且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MySQL查询执行时间-我可以在毫秒内得到这个吗?

更新时间:2022-02-07 03:42:17

答案是启用

The answer is to enable the mysql profiler and then check it after you run your queries.

mysql> set profiling=1;