一、用于统计查数据库上的各个表记录是否一致的数量 use information_schema; select table_name,table_rows from tables where TABLE_SCHEMA = '你的数据库名' order by table_rows desc; 二、导出结果如下 一、用于统计查数据库上的各个表记录是否一致的数量 use information_schema; s 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交