Incorrect DB config, or could not connect to DB PDOException: could not find driver #3665
dhuyvetter
started this conversation in
General
Replies: 1 comment
-
I had to install the "nd_pdo_mysql" PHP module then it worked. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On my existing Yourls installation I am now getting this error:
It is version 1.9.2 on Apache2 with PHP 8.2.3. I have checked my database and I can access it with the credentials in config.php. I have checked phpinfo and the PDO driver is installed:
Not sure what else I can do to debug, I've set YOURLS_DEBUG to true but nothing is showing up.
Although the error is the same as #3639 in my case PDO for mySQL driver is present, so it is a different issue.
php8.2-mysql is already the newest version (8.2.3-1+ubuntu18.04.1+deb.sury.org+1).
Beta Was this translation helpful? Give feedback.
All reactions