|
@@ -13,7 +13,7 @@ return [
|
|
|
// 数据库类型
|
|
|
'type' => 'mysql',
|
|
|
// 服务器地址
|
|
|
- 'hostname' => '47.97.122.181',
|
|
|
+ 'hostname' => '127.0.0.1',
|
|
|
// 'hostname' => '127.0.0.1',
|
|
|
// 数据库名
|
|
|
'database' => 'xinyi_test',
|
|
@@ -21,7 +21,7 @@ return [
|
|
|
'username' => 'root',
|
|
|
// 密码
|
|
|
// 'password' => 'xinyimall',//Leoxie,root
|
|
|
- 'password' => 'xinyimall',//Leoxie,root
|
|
|
+ 'password' => '649114390',//Leoxie,root
|
|
|
// 'password' => 'Leoxie',
|
|
|
// 端口
|
|
|
'hostport' => '',
|