<\/span><\/h2>\n\n\n\nFirst, log in to your Ubuntu 20.04 server via SSH as the root user:<\/p>\n\n\n\n
ssh root@IP_Address -p Port_number<\/pre>\n\n\n\nYou will need to replace ‘IP_Address’ and ‘Port_number’ with your server’s respective IP address and SSH port number. Additionally, replace ‘root’ with the username of the admin account if necessary.<\/p>\n\n\n\n
Before starting, you have to make sure that all Ubuntu OS packages installed on the server are up to date. You can do this by running the following commands:<\/p>\n\n\n\n
apt-get update -y\napt-get upgrade -y<\/pre>\n\n\n\n<\/span>Step 2: Install Required Dependencies<\/span><\/h2>\n\n\n\nBefore going further, you will need to install some necessary packages on your server. You can install all of them with the following command:<\/p>\n\n\n\n
apt-get install git unzip gnupg2 -y<\/pre>\n\n\n\nAfter installing these packages, you can proceed and install the MariaDB server package.<\/p>\n\n\n\n