create database
This commit is contained in:
parent
7a5edd7251
commit
1174e6e25d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
Note: Database for SophiMail Webadmin must use UTF-8 character set. Create a new database with DB name \`a0001\`.
|
||||
|
||||
- `CREATE DATABASE \`a0001\` /*!40100 DEFAULT CHARACTER SET latin1 */;`
|
||||
- `create database \`a0001\` default character set latin1;`
|
||||
- `mysql a0001 < SQL/mysql.initial.sql`
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue