Slide 19
Slide 19 text
How it works in Debian
Running apt install mariadb-server always installs MariaDB
On new systems apt install mysql-server installs MariaDB
If running MySQL 5.5, 5.6, 5.7 the upgrade to MariaDB is
fully automatic with apt update / apt dist-upgrade
If system has MySQL 8.0, apt install mariadb-server will
install MariaDB, but the database will be empty: the local
admin needs to do a SQL dump + import (same applies if going
from MySQL 8.0 back to 5.7 or older)