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.
本文详细介绍了如何使用MySQL创建数据库,包括所需权限、语法及示例。
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.

被折叠的 条评论
为什么被折叠?