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

Authentication plugin 'caching_sha2_password' cannot be loaded #37

Open
theel0ja opened this issue Apr 30, 2018 · 2 comments
Open

Authentication plugin 'caching_sha2_password' cannot be loaded #37

theel0ja opened this issue Apr 30, 2018 · 2 comments
Labels

Comments

@theel0ja
Copy link

ERROR 2059 (HY000): 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
@tvelocity
Copy link
Owner

When does this error pop up?

@adlerweb
Copy link

The error occurs when trying to start using the commands shown in README:

docker run -d --network ep_network -e MYSQL_ROOT_PASSWORD=12345 --name ep_mysql mysql && sleep 10 && docker run --network ep_network -e ETHERPAD_DB_HOST=ep_mysql -e ETHERPAD_DB_PASSWORD=12345 -p 9001:9001 --name=ep_app tvelocity/etherpad-lite.

Appears to be an incompatibility with mysql:latest (atm 8.0.11), forcing mysql:5 (5.7.22) seems to work

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

3 participants