MySQL里create database 与 create schema 是相同的
http://dev.mysql.com/doc/refman/5.6/en/create-database.htmlCREATE 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.
页:
[1]