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. sh mysql mariadb copy-paste databases Zurück zur DevBit-Übersicht Weitere DevBits 13.11.2025 | Peter Majmesku Install the Latest GitFlow Version on macOS sh 01.09.2026 | Michael Ebert Show the status report with Drush in your terminal drush_core_requirements.sh drush core:requirements drush sh