要查看索引,語法如下 –
select *from information_schema.statistics where table_schema= yourDatabaseName;
登錄后復制
在這里,我使用數據庫“web”。顯示/查看索引的查詢如下 –
select *from information_schema.statistics where table_schema= 'web';
登錄后復制
這將產生以下輸出。 “Web”數據庫中包含索引信息的所有表都是可見的 –
以上就是顯示/查看 MySQL 數據庫中的索引的詳細內容,更多請關注www.92cms.cn其它相關文章!