日期:2014-05-16  浏览次数:20380 次

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.