日期:2014-05-16 浏览次数:20528 次
mysql> SELECT count(*) TABLES, table_schema FROM information_schema.TABLES where table_schema = 'db_production' GROUP BY table_schema; +--------+-------------------+ | TABLES | table_schema | +--------+-------------------+ | 169 | db_production | +--------+-------------------+