Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In main-local.php:
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=my_db',
'username' => 'db_user',
'password' => 'db_password',
// 'enableSchemaCache' => true,
// 'schemaCacheDuration' => 3600,
// 'tablePrefix' => '',
// 'charset' => 'utf8mb4',
// 'enableQueryCache' => true,
// 'queryCacheDuration' => 600,
],
backend && frontend && console
) should be moved to main-local.php in the folder common
. And configure all configuration files in a folder environments
and run php init
.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question