MySQL的基本命令:
登录:mysql -u root -p
password:*****;
查询所有数据库:show databases;
使用数据库:use databaseName;
查看所有表:show tables;
MySql命令的基本操作
原文:http://www.cnblogs.com/tonge/p/3522938.html