数据库的增删 数据库对大小写不敏感! //(如果不存在)创建名为xxx的数据库 create database (if not exists) xxx; //(如果存在)删除名为xxx的数据库 drop database (if exists) xxx;