mysql:查看一个表的索引信息

可以使用命令SHOW INDEX FROM table_name;查看一个表的索引信息,例如:
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/panghuangang/article/details/134942744