摘要: 一、基本的分析命令 1、explain+SQL语句:查看执行计划 2、show create table table1:查看table1的创建SQL 3、show indexes from table1:查看table1所有的索引 4、show table status like 'table1' 阅读全文
posted @ 2023-01-14 13:14 shog808 阅读(24) 评论(0) 推荐(0)