读书人

MySQL里create database 与 create sc

发布时间: 2012-09-07 10:38:15 作者: rapoo

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.

读书人网 >其他数据库

热点推荐