摘要: a. show tables或show tables from database_name; // 显示当前数据库中所有表的名称 b. show databases; // 显示mysql中所有数据库的名称 c. show columns from table_name from database_ 阅读全文
posted @ 2009-09-23 09:41 飞鸿无痕 阅读(125) 评论(0) 推荐(0) 编辑