mysql> select table_name, table_rows from information_schema.tables where TABLE_SCHEMA = ‘xcdqm‘;
查看mysql某个库中所有表的数据量
原文:https://www.cnblogs.com/wooluwalker/p/12111653.html