进入mysql

----------

cd mysql/bin

./mysql -uroot -p

输入密码

使用表格

----------

use [table name];

show tables; 查看所有的表格

查看表格名称

----------

desc 表名;
show columns from 表名;
describe 表名;
show create table 表名;

posted on 2012-08-31 13:03  Rik~  阅读(214)  评论(0编辑  收藏  举报