mysql 查看数据表的索引
1、MySQL查看数据表索引的语法:

2、切换数据库,并确定要查看的数据表

3、查看表tb1的索引:show index from tb1;

4、火车查看表使用的索引

5、以键值清晰的方式展现结果

阅读量:52
阅读量:139
阅读量:146
阅读量:113
阅读量:137
1、MySQL查看数据表索引的语法:

2、切换数据库,并确定要查看的数据表

3、查看表tb1的索引:show index from tb1;

4、火车查看表使用的索引

5、以键值清晰的方式展现结果
