From 2a441f13d9814adc3ff9beff8d8010c1a1b27b79 Mon Sep 17 00:00:00 2001 From: zPlus Date: Mon, 4 Sep 2017 12:35:18 +0200 Subject: [PATCH] config.php Change DSN line to use database name "freepost_freepost". --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 config.php diff --git a/config.php b/config.php old mode 100644 new mode 100755 index 46693c03..75e46623 --- a/config.php +++ b/config.php @@ -4,10 +4,10 @@ class Config { public static $DATABASE = array ( // Data Source Name, contains the information required to connect to the database - 'dsn' => 'mysql:host=localhost;dbname=freepost;charset=utf8', + 'dsn' => 'mysql:host=localhost;dbname=freepost_freepost;charset=utf8', 'username' => 'freepost', 'password' => 'freepost' ); public static $SEND_EMAILS = true; -} \ No newline at end of file +}