数据库配置目录\\config\\database.php
~~~
return [
// 数据库类型
'type' => 'mysql',
// 服务器地址
'hostname' => '127.0.0.1',
// 数据库名
'database' => 'depujia1',
// 用户名
'username' => 'root',
// 密码
'password' => 'fcca4e220b',
// 端口
'hostport' => '3306',
~~~