Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Missing caching_sha2_password plugin #57

Open
AntoineDewaele opened this issue Nov 26, 2022 · 4 comments
Open

Missing caching_sha2_password plugin #57

AntoineDewaele opened this issue Nov 26, 2022 · 4 comments

Comments

@AntoineDewaele
Copy link

Hey ! I use this project since 2 years and this is very helpful.
I recently upgrade my database to mysql 8 with caching_sha2_password Authentication Plugin to improve security.

And now i have error on backup :

Database backup FAILED for api_hobbies at 26-11-2022 10:54:46. Error: mysqldump: Got error: 1045: 'Plugin caching_sha2_password could not be loaded: Error loading shared library /usr/lib/mariadb/plugin/caching_sha2_password.so: No such file or directory' when trying to connect

Is there any plan to support caching_sha2_password authentication plugin ?

Thanks a lot ! 🙏

@AntoineDewaele
Copy link
Author

I think you can just add this package to the dockerfile : https://pkgs.alpinelinux.org/contents?branch=edge&name=mariadb-connector-c&arch=x86&repo=main

@benjamin-maynard
Copy link
Owner

Hi @AntoineDewaele,

Thanks for raising this. I am in the middle of working on a pretty big new version of this utility, and will make sure this issue is addressed in the new release.

Thanks!

@hamdallah90
Copy link

any update on this? i have the same issue

@AntoineDewaele
Copy link
Author

Hey @hamdallah90, i solved this issue by forking this project, adding the missing lib and build my own docker image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants