标签:show profiles

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

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