查看mysql某个库中所有表的数据量时间:2021-12-05 04:31:04 mysql> select table_name, table_rows from information_schema.tables where TABLE_SCHEMA = ‘xcdqm‘;