Install MariaDB 10.4 on Ubuntu
Database servarica
In this tutorial we ae going to install MariaDB on Ubuntu 18.04 machine Our Recommended Template : Ubuntu 18.04 Step 1: Use the below command to install MariaDB sudo apt -y install mariadb-server mariadb-client Step 2: Enable and Start MariaDb to run on startup systemctl enable mariadb systemctl start mariadb Step 3: Secure [...]