首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

MySQL里create database 与 create schema 是雷同的

2012-09-07 
MySQL里create database 与 create schema 是相同的http://dev.mysql.com/doc/refman/5.6/en/create-datab

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.

热点排行