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

Latest Mariadb image has authentication issues #563

Closed
awptechnologies opened this issue Feb 21, 2024 · 3 comments
Closed

Latest Mariadb image has authentication issues #563

awptechnologies opened this issue Feb 21, 2024 · 3 comments

Comments

@awptechnologies
Copy link

awptechnologies commented Feb 21, 2024

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.

@lunarok
Copy link

lunarok commented Feb 21, 2024

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

@Murazaki
Copy link

Murazaki commented Feb 21, 2024

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 :

command: --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci

@LinuxJedi
Copy link

I'll close this as a duplicate of #560 for now, if you feel this is in error, please reopen it.

@LinuxJedi LinuxJedi closed this as not planned Won't fix, can't repro, duplicate, stale Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants