要查看索引,语法如下 –
select *from information_schema.statistics where table_schema= yourDatabaseName;
在这里,我使用数据库“web”。显示/查看索引的查询如下 –
select *from information_schema.statistics where table_schema= 'web';
这将产生以下输出。 “Web”数据库中包含索引信息的所有表都是可见的 –
原文来自:www.php.cn
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容