分享 如何显示MySQL数据库里表的概要呢? 只要在mysql命令行下运行: mysql> show table status from 数据库名G 就可以了。参考例子如下: mysql> show table status from mysql G 结果如下图: 上一篇返回首页 下一篇