查看是否开启功能
show variables like ‘profiling‘;
开启功能
set profiling=on;
查询数据库(运行查询sql语句)
。。。。
查看profiles
show profiles;
查看一号查询语句的cpu,io使用情况(query 后面就是上面的query_id对应的第几行sql语句)
show profile cpu,block io for query 1;
参数类型:
sql中可能有的问题(status):