CDbConnection failed to open the DB connection: could not find driver in Yii
问题 while trying to connect with mysql in yii framework it shows "CDbConnection failed to open the DB connection: could not find driver " error php code : 'db'=>array( 'class' => 'CDbConnection', 'connectionString' => 'mysql:host=localhost:3306;dbname=testdrive', 'emulatePrepare' => true, 'username' => 'root', 'password' => 'root', 'charset' => 'utf8', ), my php drivers are already enabled , but it shows the same error Im using zend studio, zend server for this how could i fix this? 回答1: I am