查看mysql某个库中所有表的数据量

mysql> select table_name, table_rows from information_schema.tables where TABLE_SCHEMA = 'xcdqm';

 

posted @ 2019-12-28 14:46  后山前堂客  阅读(1243)  评论(0)    收藏  举报