y23335793 发表于 2016-10-19 08:53:19

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.
页: [1]
查看完整版本: MySQL里create database 与 create schema 是相同的