Parcourir la source

修改数据库名及密码

Robin il y a 6 ans
Parent
commit
c4c90b1308

+ 1 - 1
normand/service/common/config/db.php

@@ -1,7 +1,7 @@
 <?php
 return [
     'class' => 'yii\db\Connection',
-    'dsn' => 'mysql:host=127.0.0.1;dbname=swaggers_offcial',
+    'dsn' => 'mysql:host=127.0.0.1;dbname=bergermkt_offcial',
     'username' => 'root',
     'password' => 'taita151',
     'charset' => 'utf8',

+ 2 - 2
normandcrm/service/common/config/db.php

@@ -1,8 +1,8 @@
 <?php
 return [
     'class' => 'yii\db\Connection',
-    'dsn' => 'mysql:host=localhost;dbname=normandmkt_crm',
+    'dsn' => 'mysql:host=localhost;dbname=bergermkt_crm',
     'username' => 'root',
-    'password' => 'Robin1992',
+    'password' => 'taita151',
     'charset' => 'utf8',
 ];