Fix database dump when importing from old mysql versions on newer mariadb versions
The collation utf8mb4_0900_ai_ci was introduced in MySQL 8.0 and is not recognized by MariaDB versions prior to 10.10.1. Attempting to import a dump containing this collation into an unsupported MariaDB version will result in an "Unknown collation" error.
Edited by Samuel Reina