Reason: Mariadb sends a value that was unset before. While this is perfectly inline with the protocol since 2004, the mysql driver of php still implements a status of the protocol of this value as before of 2004, and thus will crash.
You need to unset collation-server and character-set-server or set it to a compatible value in the server config until this is fixed.
Reason: Mariadb sends a value that was unset before. While this is perfectly inline with the protocol since 2004, the mysql driver of php still implements a status of the protocol of this value as before of 2004, and thus will crash.
You need to unset collation-server and character-set-server or set it to a compatible value in the server config until this is fixed.
MariaDB Docker Image: Just add
Normal Install:
Just remove the line character-set-collations = utf8mb4=uca1400_ai_ci from /etc/mysql/mariadb.conf.d/50-server.cnf
More Info: https://github.com/php/php-src/issues/13452