Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql:8 caching_sha2_password #118

Open
earlgreyz opened this issue Apr 25, 2018 · 0 comments
Open

mysql:8 caching_sha2_password #118

earlgreyz opened this issue Apr 25, 2018 · 0 comments
Assignees
Labels

Comments

@earlgreyz
Copy link
Contributor

Since MySQL 8, the mysql_native_password is replaced with caching_sha2_password which causes following error with the mysqlclient version 5.7 (used by grtl/xtrabackup:latest)

ERROR 2059 (HY000): Authentication plugin 'caching_sha2_password' cannot be loaded:
/usr/lib64/mysql/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory

As a temporary solution I recommend using the option to specify custom mysql image with version < 8.0.

@earlgreyz earlgreyz added the bug label Apr 25, 2018
@earlgreyz earlgreyz self-assigned this Apr 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant