-
Notifications
You must be signed in to change notification settings - Fork 443
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
Latest Mariadb image has authentication issues #563
Comments
I confirmed, get the same effect here, this morning update has break any connexion to DB (official images of wordpress and nextcloud not connecting again with [Warning] Aborted connection 48 to db: 'unconnected' user: 'unauthenticated' host: I did the same, use 11.2.3 image to revert back to a working DB |
Same as #560 It is a typo issue in config, that can be alleviated either by using prior versions or by overriding command parameters in docker-compose :
|
I'll close this as a duplicate of #560 for now, if you feel this is in error, please reopen it. |
after updating image to the latest version with amd64 dae04d35ddd4 digest i had all kinds of authentication issues. downgrading to 11.2.3 fixed everything.
Every docker container i run that used maria db had authentication issues or a 500 http error. as soon as i reverted to 11.2.3 they all started with no errors. All data is good.
The text was updated successfully, but these errors were encountered: