PDO problem
Hi
I am having problem activating PDO in PHP, I have recompiled with easyapache and it is loaded in php
But when I try to connect to database it gives me error: could not find driver
this is the script:
getMessage();
}
?>
I have recently updated MySQL to 5.6 and not sure why this happens. PDO is not working?
can you maybe help me?
-
Hello :) Could you upload a PHPINFO file to see if the PDO module for PHP is loaded properly? Also, does installing it as a PECL module make a difference? EX: pecl install PDO_MySQL
Note: It looked like you posted the actual username/password combination used in your script configuration file. I updated it to use example entries, but if you did initially use the actual credentials, please consider those details exposed because this is a public forum. Thank you.0
Please sign in to leave a comment.
Comments
1 comment