Answers for "[PDOException] could not find driver"

PHP
4

php Error!: could not find driver

apt-get install php-mysql
Posted by: Guest on May-15-2020
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 "[PDOException] could not find driver"

Browse Popular Code Answers by Language