MariaDB / mariadb-docker

Docker Official Image packaging for MariaDB
https://mariadb.org
GNU General Public License v2.0
751 stars 436 forks source link

Latest Mariadb image has authentication issues #563

Closed awptechnologies closed 4 months ago

awptechnologies commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

Same as https://github.com/MariaDB/mariadb-docker/issues/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 commented 4 months ago

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