一、mysql聚簇索引查询 1、如何查询表的索引基本情况? select * from INFORMATION_SCHEMA.STATISTICS where table_name='数据库表名' and table_schema ='数据库名'; 2、查询表Id select TABLE_ID,NAME