From 3dc0f9528fa7a18e0260a883d0943dc8083acc62 Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 22 Jun 2020 14:51:35 +0200 Subject: [PATCH] fix: [markdown] fail fixed --- INSTALL/INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL/INSTALL.md b/INSTALL/INSTALL.md index fb7a2c3..1ade989 100644 --- a/INSTALL/INSTALL.md +++ b/INSTALL/INSTALL.md @@ -25,12 +25,16 @@ FLUSH ALL PRIVILEGES; # Load the default table structure into the database +``` mysql -u cerebrate -p cerebrate < /var/www/cerebrate/INSTALL/MYSQL.sql +``` # create your local configuration and set the db credentials +``` cp -a /var/www/cerebrate/config/app_local.example.php /var/www/cerebrate/config/app_local.php vim /var/www/cerebrate/config/app_local.php +``` # Simple modify the Datasource -> default array's username, password, database fields