Skip to content
Snippets Groups Projects
Commit b684bd0f authored by dmitry.s's avatar dmitry.s
Browse files

fix garbadge

parent eee24b80
Branches
Tags
No related merge requests found
......@@ -20,3 +20,4 @@ Thumbs.db
*.project
*.idea
*nbproject
.settings
......@@ -14,8 +14,8 @@ return array
* boolean persistent use persistent connections?
*/
'dsn' => 'mysql:host=127.0.0.1;dbname=mmcs_rating',
'username' => 'root',
'password' => '',
'username' => 'mmcs_rating',
- 'password' => 'Pefnesdy',
'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