Basic skeleton for static website
[speedfreak] / Server / application / config / database.php
index 60de5e4..74f4e0e 100644 (file)
@@ -31,7 +31,7 @@ $config['default'] = array
        (
                'type'     => 'mysql',
                'user'     => 'root',
-               'pass'     => '',
+               'pass'     => 'root',
                'host'     => 'localhost',
                'port'     => FALSE,
                'socket'   => FALSE,