1 查看是否开启了profile性能分析

 show variables like "%pro%"


 2 开启profile 

set profiling=1


3 执行sql语句

select * from table_name


4 查看性能分析数据

show profiles