From 27cd18fbc0c7e57386f0b162a2bbfe807eb987b1 Mon Sep 17 00:00:00 2001 From: George Dimakopoulos Date: Fri, 28 Jul 2017 10:27:05 +0300 Subject: [PATCH] create database --- INSTALLATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index e45b877..490d853 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -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