create database

This commit is contained in:
George Dimakopoulos 2017-07-28 10:27:05 +03:00
parent 5ae5079e62
commit 27cd18fbc0

View file

@ -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