| Current Path : /var/www/html/quest5/common/config/ |
| Current File : /var/www/html/quest5/common/config/db.php |
<?php
return [
'class' => 'yii\\db\\Connection',
'dsn' => 'mysql:host=localhost;dbname=quest5',
'username' => 'dynaweb',
'password' => 'Dynaweb@huawei',
'charset' => 'utf8mb4'
];