Question:How to activate mysql database driver in yii and in which file you have to work?
Answer We can active MySql database driver in YII by this way: 'connectionString' => 'mysql:host=localhost;dbname=yii_sir', 'username' => 'root', 'password' => '', and we have to work on protected/config/ database.php
+ Report
How to activate mysql database driver in yii and in which file you have to work?