how to activate the PDO MySQL extension
Moderator: General Moderators
-
phpnewbie2010
- Forum Newbie
- Posts: 1
- Joined: Thu Mar 11, 2010 12:45 am
how to activate the PDO MySQL extension
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?