Home >Database >Mysql Tutorial >如何显示MySQL数据库里表的概要[图]_MySQL

如何显示MySQL数据库里表的概要[图]_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-01 13:53:231009browse

如何显示MySQL数据库里表的概要呢?

只要在mysql命令行下运行:

mysql> show table status from 数据库名G

就可以了。参考例子如下:

mysql> show table status from mysql G

结果如下图:

如何显示MySQL数据库里表的概要[图]_MySQL

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn