Closed
Bug 1463023
Opened 7 years ago
Closed 11 months ago
Mysql 8.0.4 doesn't have caching_sha2_password plugin causing problem with checksetup.pl
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: aitheory, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299
Steps to reproduce:
I installed MySQL version 8 and then attempted to install version 5 of Bugzilla using checksetup.pl. After seeing the error, I checked the plugin directory and there is no shared object with that name. I looked at the MySQL website and they state that using caching_sha2_password is now the default and part of the server.
Actual results:
I received the following error message: Can't connect to the database. Error: Authentication plugin 'caching_sha2_password' cannot be loaded. /usr/lib/MySQL/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory.
Expected results:
I expected the checksetup.pl to complete without error. I modified the localconfig file where it was necessary. All the perl modules were found, the apache mods were found and DBD-MySQL was found
Comment 1•11 months ago
|
||
Your MySQL client libraries are too old to talk to MySQL 8. Upgrade them.
https://www.percona.com/blog/upgrade-your-libraries-authentication-plugin-caching_sha2_password-cannot-be-loaded/
Status: UNCONFIRMED → RESOLVED
Closed: 11 months ago
Resolution: --- → WORKSFORME
Comment 2•11 months ago
|
||
Needs minimum 5.003 of DBD::Mysql also
You need to log in
before you can comment on or make changes to this bug.
Description
•