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

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

WBOY
Release: 2016-06-07 16:04:28
Original
1004 people have browsed it

如何显示MySQL数据库里表的概要呢? 只要在mysql命令行下运行: mysql show table status from 数据库名\G 就可以了。参考例子如下: mysql show table status from mysql \G 结果如下图: 498)this.width=498;' onmousewheel = 'javascript:return big(this

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

只要在mysql命令行下运行:

mysql> show table status from 数据库名\G

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

mysql> show table status from mysql \G

结果如下图:

 


Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template