數據庫配置目錄\\config\\database.php
~~~
return [
// 數據庫類型
'type' => 'mysql',
// 服務器地址
'hostname' => '127.0.0.1',
// 數據庫名
'database' => 'depujia1',
// 用戶名
'username' => 'root',
// 密碼
'password' => 'fcca4e220b',
// 端口
'hostport' => '3306',
~~~