Level 21
'mysql' => [
'driver' => 'mysql',
'host' => 'localhost', // type here localhost
'database' => 'name_of_database', // create a new database from phpmyadmin and type the name here
'username' => 'root', // the username is root by default
'password' => '', // the password is null by default
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
'strict' => false,
],