From a482ae5e27aac9ec81618ca31e1d75ab0e4b85b4 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Wed, 17 Jun 2015 23:15:10 +0700 Subject: [PATCH] Fix for issue #187 (Unable to connect to MySQL) --- src/config/services.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config/services.xml b/src/config/services.xml index a558228d..5d3fbd1b 100644 --- a/src/config/services.xml +++ b/src/config/services.xml @@ -18,9 +18,9 @@ xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/sc %path.src%templates PSM_DB_HOST - PSM_DB_NAME PSM_DB_USER PSM_DB_PASS + PSM_DB_NAME @@ -35,9 +35,9 @@ xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/sc %db.host% - %db.name% %db.user% %db.pass% + %db.name% @@ -63,4 +63,4 @@ xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/sc - \ No newline at end of file +