kpetsche20 Posted July 16, 2008 Share Posted July 16, 2008 How do I enable PDO on a MySQL Database Link to comment https://forums.phpfreaks.com/topic/114981-oop-how-do-i-enable-pdo-on-a-mysql-database/ Share on other sites More sharing options...
corbin Posted July 16, 2008 Share Posted July 16, 2008 PDO is a PHP extension, so you don't have to enable it in MySQL. You have to enable the PDO extension and the PDO-MySQL extension. Basically, you'll need to modify php.ini (or use dl() possibly, but bleh). Link to comment https://forums.phpfreaks.com/topic/114981-oop-how-do-i-enable-pdo-on-a-mysql-database/#findComment-591316 Share on other sites More sharing options...
kpetsche20 Posted July 16, 2008 Author Share Posted July 16, 2008 How do I modify the php.ini file? Where do I go in SSH? and what do i type? Link to comment https://forums.phpfreaks.com/topic/114981-oop-how-do-i-enable-pdo-on-a-mysql-database/#findComment-591317 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.