一、基本的分析命令
1、explain+SQL语句:查看执行计划
2、show create table table1:查看table1的创建SQL
3、show indexes from table1:查看table1所有的索引
4、show table status like 'table1'
5、show variables:查看数据库配置变量
6、show full processlist:找出慢SQL
标签:table1,查看,show,MySQL,命令,SQL,一些,table From: https://www.cnblogs.com/shog808/p/17051620.html