Now we've come to the fun part, installing MariaDB. To get the ball rolling, we'll install the mariadb-server package:
sudo apt install mariadb-server
If your organization prefers to stick with MySQL, the package to install is mysql-server instead:
sudo apt install mysql-server