文章列表
2006年11月01日 星期三 16:18
mysql> show databases;
//察看数据库列表
11 rows in set (0.00 sec)
mysql> use ertlzw;
//显示ertlzw库中的数据列表
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> show tables; ...