How to Install MariaDB on Ubuntu 24.04
In this video, I’ll show you how to install MariaDB on Ubuntu 24.04 LTS. MariaDB is a powerful, open-source relational database management system and a great alternative to MySQL. Whether you're setting up a database for a web application or learning SQL, this guide will help you get MariaDB up and running quickly!
👉 Sign up for DigitalOcean - https://zacs-tech.com/go/digitalocean/
👉 Get InterServer VPS
https://zacs-tech.com/go/interserver/
👉 Get Kamatera VPS (30 days free trial)
https://zacs-tech.com/go/kamatera-vps/
👉 Register domain name
https://tinyurl.com/y8hz9seu
Commands
sudo mysql_secure_installation
sudo apt install software-properties-common
sudo apt-key adv --fetch-keys 'htt://mariadb.org/mariadb_release_signing_key.asc' (PART OF https removed add)
sudo add-apt-repository 'deb [arch=amd64] htt://mariadb.mirror.globo.tech/repo/11.2.3/ubuntu jammy main' (PART OF http removed add)
sudo apt install mariadb-server mariadb-client
DISCLAIMER: This video and description contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for your support!