1、统计指定数据库下表的数量
mysql > use information_schema;
mysql > SELECT count(TABLE_NAME) FROM information_schema.TABLES WHERE TABLE_SCHEMA='dbname';
持续更新中...
1、统计指定数据库下表的数量
mysql > use information_schema;
mysql > SELECT count(TABLE_NAME) FROM information_schema.TABLES WHERE TABLE_SCHEMA='dbname';
持续更新中...