From 11d03a0297654e2ccf413afaa7a07f7ff9757b65 Mon Sep 17 00:00:00 2001 From: Brandon Date: Mon, 5 May 2014 14:59:36 +0000 Subject: [PATCH] Updated DB details --- app/config/database.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/database.php b/app/config/database.php index 3d1eca1..e3e58f7 100644 --- a/app/config/database.php +++ b/app/config/database.php @@ -54,10 +54,10 @@ 'mysql' => array( 'driver' => 'mysql', - 'host' => 'localhost', + 'host' => '127.0.0.1', 'database' => 'cadence', - 'username' => 'root', - 'password' => 'U!ystTLUe%$sdz3', + 'username' => 'cadence', + 'password' => 'Cadenc3!', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '',