Skip to content
Snippets Groups Projects
Commit 7c4099db authored by ViolettaShevchenko's avatar ViolettaShevchenko
Browse files

customize database.php

parent 8679f107
Branches
No related merge requests found
......@@ -14,8 +14,8 @@ return array
* boolean persistent use persistent connections?
*/
'dsn' => 'mysql:host=127.0.0.1;dbname=mmcs_rating',
'username' => 'mmcs_rating',
- 'password' => 'Pefnesdy',
'username' => 'root',
- 'password' => '',
'persistent' => FALSE,
'options' => array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8')
),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment