The Wondering moment: i created migration file, witch creating simple table in DB.
Executing yiic migrate. yiic witch located into protected
In protected/config/console.php changed db settings:
'db'=>array( 'connectionString' => 'mysql:host=localhost;port=3306;dbname=test', 'emulatePrepare' => true, 'username' => 'root', 'password' => '', 'charset' => 'utf8', ),
And after execitung, i get Error
Quote
exception 'CDbException' with message 'CDbConnection failed to open the DB conne
ction: could not find driver' in D:\OpenServer\domains\framework\db\CDbConnectio
n.php:381
ction: could not find driver' in D:\OpenServer\domains\framework\db\CDbConnectio
n.php:381
mysql 5.6.10
PHP 5.3.21 (pdo_mysql in php.ini has connected)
What's happen?
Thanks

Help














