Answer the question
In order to leave comments, you need to log in
Why can't I connect to db in yii2?
in config/db.php I write:
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=name',
'username' => 'user',
'password' => 'pass',
'charset' => 'utf8',
'tablePrefix' => 'sel_',
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question