MySQL里create database 与 create schema 是相同的

http://dev.mysql.com/doc/refman/5.6/en/create-database.html

 

CREATE DATABASE creates a database with the given name. To use this statement, you need the CREATE privilege for the database. CREATE SCHEMA is a synonym for CREATE DATABASE.

你可能感兴趣的:(database)