Answers for "connection failed 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

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 "connection failed could not find driver"

Browse Popular Code Answers by Language