工作学习笔记goahead.blog.chinaunix.net
czm21
全部博文(354)
2015年(1)
2013年(4)
2012年(86)
2011年(115)
2010年(67)
2009年(81)
小尾巴鱼
1cpuer
liangzhi
lang1382
Sys_Bria
52柏拉图
007_007_
xiajiami
himbh
xuekai20
分类:
2010-07-14 21:10:16
1. mysql> SELECT count(*) TABLES, table_schema FROM information_schema.TABLES 2. where table_schema = 'db_production' GROUP BY table_schema; 3. +--------+-------------------+ 4. | TABLES | table_schema | 5. +--------+-------------------+ 6. | 169 | db_production | 7. +--------+-------------------+
上一篇:CentOS 安装中文字体
下一篇:重启MySQL的正确方法
登录 注册