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

查看mysql数据库的大小_MySQL

WBOY
Release: 2016-06-01 13:11:02
Original
939 people have browsed it

select * from information_schema.TABLES 

  where information_schema.TABLES.TABLE_SCHEMA='weixin_house_green'

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


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