Mysql获取元数据的方法

2720阅读 0评论2013-05-21 windyfollow_cu
分类:Mysql/postgreSQL

1.show语句    
Show databases;
Show create database order;
Show tables;
查看in…

2.查看information_schema数据库里的表


3.使用命令mysqlshow或mysqldump


不写了,一只苍蝇老来烦我
上一篇:Mysql支持存储引擎
下一篇:MySQL事务处理