依次执行一下命令
show DATABASES;
use information_schema;
show tables;
desc tables;
select table_name,table_rows from tables order by table_rows desc limit 10;
参考https://blog.youkuaiyun.com/yy339452689/article/details/103954767#comments_15555121
依次执行一下命令
show DATABASES;
use information_schema;
show tables;
desc tables;
select table_name,table_rows from tables order by table_rows desc limit 10;
参考https://blog.youkuaiyun.com/yy339452689/article/details/103954767#comments_15555121