列出数据库
创建数据库
use mysql;
显示当前的数据库
创建表
username varchar(200) not null
显示表结构
删除表
drop table user;
本文档使用 全库网 构建