possien Posted December 27, 2013 Share Posted December 27, 2013 (edited) I am trying to set up yii. I have it installed and running on Ubuntu 13.10. I have googled and searched to find why it cannot connect to a MySQL db and can't find a fix. I have MySQL in my php ini file with pdo, checked passwords/users and checked the requirements page. I've changed the main.php (several times) and console.php. Using PHP 5.3.3, MySql 5.5.3. Everything seems to be correct but obviously not. Anyone have any suggestions? Edited December 27, 2013 by possien Quote Link to comment https://forums.phpfreaks.com/topic/284934-yii-cdbconnection-failed-to-open-the-db-connection-could-not-find-driver/ Share on other sites More sharing options...
dalecosp Posted December 27, 2013 Share Posted December 27, 2013 I've changed the main.php (several times) and console.php. Changed them *how* ... or, to what? Anyone have any suggestions? Looking at this page: http://www.yiiframework.com/doc/guide/1.1/en/database.dao I see a couple, maybe three, possibilities: 1] No PDO extension? 2] No PDO database driver? 3] Incorrect DNS or credentials. Quote Link to comment https://forums.phpfreaks.com/topic/284934-yii-cdbconnection-failed-to-open-the-db-connection-could-not-find-driver/#findComment-1463127 Share on other sites More sharing options...
dalecosp Posted December 27, 2013 Share Posted December 27, 2013 And, judging by the information in your thread title, #2 is the winner. Quote Link to comment https://forums.phpfreaks.com/topic/284934-yii-cdbconnection-failed-to-open-the-db-connection-could-not-find-driver/#findComment-1463128 Share on other sites More sharing options...
possien Posted December 28, 2013 Author Share Posted December 28, 2013 Ok, I got it. Editing the wrong php.ini file. Got it fixed thanks! Quote Link to comment https://forums.phpfreaks.com/topic/284934-yii-cdbconnection-failed-to-open-the-db-connection-could-not-find-driver/#findComment-1463177 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.