select table_rows,data_length,index_length ,table_name from tables where table_schema = 'db_name' ;
查找每个表有多少行(rows)数据,数据长度
select table_rows,data_length,index_length ,table_name from tables where table_schema = 'db_name' ;
查找每个表有多少行(rows)数据,数据长度
转载于:https://www.cnblogs.com/star4knight/p/3837970.html