标签:profiling

【MySQL】利用show profiles查看SQL执行时间

xixuefeng MySQL, MySQL-DEV 2018-03-01 1,236 次浏览 ,
1:查看当前数据库版本(据说MySQL 5.0.37开始支持show profiles查看SQL执行时间) [crayon-6a04a8b22ee92424408533/] 2:确认profile是否开启,默认未开启 [crayon-6a04a8b22ee98279605462/] 3:启用并确认 [crayon-6a04a8b22ee...
回顶部