show databases;
show tables;
MySQL显示命令
ALTER TABLE zhong.users ADD inviteaccount INT DEFAULT 0 NOT NULL;
ALTER TABLE zhong.users DROP yearcharege;
drop database 数据库名
#### 创建数据库
CREATE DATABASE zhong DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
use zhong;
source /usr/share/nginx/HTML/zhong/zhong.sql
use 91 weixin;
truncate table lesson_types;
truncate table lessons;
truncate table teachers;