查看mysql数据库的大小_MySQL
程序员文章站
2023-12-27 12:45:45
...
select * from information_schema.TABLES
where information_schema.TABLES.TABLE_SCHEMA='weixin_house_green'
and information_schema.TABLES.TABLE_NAME='user'/G;