日期:2014-05-16 浏览次数:20451 次
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.