Answers for "could not find driver\"

PHP
0

PDOException::("could not find driver") windows

extension=php_pdo_mysql.dll
Posted by: Guest on July-08-2020
0

could not find driver

You need to have a module called pdo_mysql. Looking for following in phpinfo(),

pdo_mysql

PDO Driver for MySQL, client library version => 5.1.44
Posted by: Guest on March-26-2021

Code answers related to "could not find driver\"

Browse Popular Code Answers by Language