create database
This commit is contained in:
parent
5ae5079e62
commit
27cd18fbc0
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
|||
|
||||
## Database initialization
|
||||
|
||||
Note: Database for SophiMail Webadmin must use UTF-8 character set. Create a new database with DB name `a0001`.
|
||||
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\` /*!40100 DEFAULT CHARACTER SET latin1 */;
|
||||
- mysql a0001 < SQL/mysql.initial.sql
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue