How to install MariaDB 10.6 on Ubuntu 20.04
In this tutorial I'm going to cover how to install MariaDB 10.6 on an Ubuntu 20.04 server. Prerequisites Setup Ubuntu 20.04 Step 1 - Login to server Login to your server with root user: ssh root@10.0.0.1 Step 2 - Update your server After a successful login, we need to update our server. For this we run the following command: sudo apt-get update && sudo apt-get upgrade -y Step 3 - Install required packages Next, we will install software-properties-common. Run below command for that. sudo apt install software-properties-common -y Step 4 - Add MariaDB APT Repository Now with the below commands, we are going to add MariaDB signing key and add MariaDB APT repository. curl -LsS -O https://downloads.mariadb.com/MariaDB/mariadb_repo_setup sudo bash mariadb_repo_setup --mariadb-server-version = 10.6 You’ll get an output with contents like the ones shown below: [ info ] Checking for script prerequisites. [ info ] Repository file success...