|
@@ -13,7 +13,7 @@ return [
|
|
// 数据库类型
|
|
// 数据库类型
|
|
'type' => 'mysql',
|
|
'type' => 'mysql',
|
|
// 服务器地址
|
|
// 服务器地址
|
|
- 'hostname' => 'localhost',
|
|
|
|
|
|
+ 'hostname' => '127.0.0.1',
|
|
// 数据库名
|
|
// 数据库名
|
|
'database' => 'wiki_api',
|
|
'database' => 'wiki_api',
|
|
// 用户名
|
|
// 用户名
|
|
@@ -21,7 +21,7 @@ return [
|
|
// 密码
|
|
// 密码
|
|
'password' => 'root',
|
|
'password' => 'root',
|
|
// 端口
|
|
// 端口
|
|
- 'hostport' => '',
|
|
|
|
|
|
+ 'hostport' => '3306',
|
|
// 连接dsn
|
|
// 连接dsn
|
|
'dsn' => '',
|
|
'dsn' => '',
|
|
// 数据库连接参数
|
|
// 数据库连接参数
|