mysql 表数量 mysql统计当前数据库的表数量:SELECT count(TABLE_NAME) FROM information_schema.TABLES WHERE TABLE_SCHEMA='test_db';