Installing MariaDB
From Leechfinger
Installing MariaDB
We will install the Database and the client, then check if it is running, and then secure it.
# apt install -y mariadb-server mariadb-client
# systemctl status mariadb
# mysql_secure_installation