摘要: 一、当存在information_schema时SELECT count(*) TABLES, table_schema FROM information_schema.TABLESwhere table_schema = 'test' GROUP BY table_schema; 阅读全文
posted @ 2015-11-27 17:14 preditctfuture 阅读(414) 评论(0) 推荐(0)
摘要: 一、查看mysql支持的引擎mysql>showengines\G;***************************1.row***************************Engine:FEDERATEDSupport:NOComment:FederatedMySQLstorageen... 阅读全文
posted @ 2015-11-27 09:38 preditctfuture 阅读(226) 评论(0) 推荐(0)