On Ubuntu 22.04, how to install MariaDB One of the most popular database programmes, MariaDB is built on the MySQL platform and is used by many well-known applications, including WordPress and many more. A form of SQL database that split out from MySQL is called MariaDB.
Since MariaDB is a kind of SQL, as we mentioned above, it is only fair that we begin by describing what a SQL database is. Structured Query Language, also known as SQL, is a common tool for managing relational databases. It is regarded as a group of tables used to store a specific set of arranged data. We have mentioned steps below to Install MariaDB on Ubuntu 22.04.
Steps to Install MariaDB on Ubuntu 22.04
The default Ubuntu repositories include the MariaDB packages. Additionally, MariaDB offers an official repository for Ubuntu systems to install the most recent version. Open a terminal with a sudo privileged account and enter the following command to configure MariaDB Apt repository.
“sudo apt install software-properties-common dirmngr apt-transport-https”
“sudo apt-key adv –fetch-keys ‘
“sudo add-apt-repository ‘deb [arch=amd64,arm64,ppc64el] jammy main’:
“sudo apt update”
“sudo apt install mariadb-server”
“sudo systemctl stop mariadb’
“mysql -u root -p”
Final Words
So here we conclude our article on ow to Install MariaDB on Ubuntu 22.04. Open-source and totally free, MariaDB is a database. When Oracle acquired MySQL in 2010, MySQL developers believed that MySQL would now be updated as a subscription service, which is why MariaDB was initially developed. Therefore, they sought to develop a database that would use MySQL techniques and be free and open source.