create database
This commit is contained in:
parent
c9504cbb66
commit
ae451ea028
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`` default character set latin1;`
|
||||
- `create database `a0001` default character set latin1;`
|
||||
- `mysql a0001 < SQL/mysql.initial.sql`
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue