docker-typo3
docker-typo3 copied to clipboard
mariadb:latest doesnt take the utf8 arguments
My mariadb:latest is 10.6.5 on this day. If it try to install the mariadb with the utf8 arguements i get the utf8 error when selecting the database. However if i try to install the mariadb with no arguements it works as it should.
me too with martinhelmich/typo3:11 and mariedb:latest
MySQL database character set check failed
Checking database character set failed, got key "utf8mb3" instead of "utf8 or utf8mb4"
work around: using mariadb:10.3 works
Hit me too today, with martinhelmich/typo3:11 and mariadb:latest
Worked around that using --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
for creating mariadb:latest.