12.03.2026 | Pascal Crott, Michael Böker Convert MySQL 8 Database Dump to MariaDB mysql8 to mariadb.sh cat olddump.sql | sed -e s/uca1400_as_ci/utf8mb4_general_ci/ | gzip > newdump.sql.gz IssueYou have a MySQL 8 Database Dump which needs to be converted into MariaDB for use with a Drupal setup.SolutionUse the command provided. Zurück zur DevBit-Übersicht