<?php return [ 'class' => 'yii\db\Connection', 'dsn' => 'mysql:host=localhost;dbname=advance', 'username' => 'root', 'password' => 'root', 'charset' => 'utf8', ];