how to activate the PDO MySQL extension

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
phpnewbie2010
Forum Newbie
Posts: 1
Joined: Thu Mar 11, 2010 12:45 am

how to activate the PDO MySQL extension

Post by phpnewbie2010 »

I really need help on this one. I created a code that uses PDO (MySQL) but when I ran it, I saw an error that says "Cannot find driver." I researched a bit, opened php.ini and removed the semicolon beside the "extension=php_pdo_mysql.dll" because according to a site, that is how you activate an extension. I already restarted the server but I still get the same error. What do I do?
Post Reply