How to install mariadb on ubuntu 20.04?

How to install mariadb on ubuntu 20.04?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by kaley , a year ago

@wayne.swaniawski run the commands below in the terminal to install the MariaDB server on Ubuntu Linux 20.04:

1
2
3
sudo apt update
sudo apt install mariadb-server
sudo mysql_secure_installation