Home  >  Article  >  Database  >  查看mysql数据库的大小_MySQL

查看mysql数据库的大小_MySQL

WBOY
WBOYOriginal
2016-06-01 13:11:02900browse

select * from information_schema.TABLES 

  where information_schema.TABLES.TABLE_SCHEMA='weixin_house_green'

  and information_schema.TABLES.TABLE_NAME='user'/G;


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