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
Total Preview: 644
How to activate mysql database driver in yii and in which file you have to work?
Copyright © 2024. Powered by Intellect Software Ltd