docs:mysql:create_database

This is an old revision of the document!


Create Database

CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name
    [create_specification [create_specification] ...]
 
create_specification:
    [DEFAULT] CHARACTER SET charset_name
  | [DEFAULT] COLLATE collation_name
CREATE DATABASE IF NOT EXISTS databasename;
  • docs/mysql/create_database.1186088829.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)