readme and config

pull/1/head
Jerome De Almeida 2017-02-01 11:00:04 +01:00
parent 1eb6edb768
commit 2d4e9475b6
2 changed files with 3 additions and 3 deletions

View File

@ -46,8 +46,8 @@ Create 2 databases:
Change Sql Mode for each database:
SET GLOBAL sql_mode = 'MYSQL40';
SET SESSION sql_mode = 'MYSQL40';
SET GLOBAL sql_mode = 'MYSQL40';
Symbolics links

View File

@ -27,7 +27,7 @@ return array(
'host' => 'localhost',
'user' => 'root',
'password' => 'password',
'dbname' => 'monarc_master',
'dbname' => 'monarc_cli',
),
),
),