MariaDB/SQL/CREATE/DATABASE
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
|
"CREATE DATABASE" SQL command
|
{{#set: page title="CREATE DATABASE" SQL command }}
Syntax
CREATE [OR REPLACE] {DATABASE | SCHEMA} [IF NOT EXISTS] <db name> [<create_specification>] [repeat...]
| argument name | value(s) |
|---|---|
| <create_specification> | one of –
|
| <charset name> | |
| <collation name> |
