From 5ae5079e62d7b5180cd9cfa7266a7ce3e6f8de96 Mon Sep 17 00:00:00 2001 From: George Dimakopoulos Date: Fri, 28 Jul 2017 10:25:58 +0300 Subject: [PATCH] create database --- INSTALLATION.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 7fbf6fd..e45b877 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -9,9 +9,10 @@ ## Database initialization -Note: Database for SophiMail Webadmin must use UTF-8 character set. +Note: Database for SophiMail Webadmin must use UTF-8 character set. Create a new database with DB name `a0001`. -- mysql < SQL/mysql.initial.sql +- CREATE DATABASE `a0001` /*!40100 DEFAULT CHARACTER SET latin1 */; +- mysql a0001 < SQL/mysql.initial.sql ## DSN configuration