Steps On How to Install Latest MariaDB on AlmaLinux , CentOS, Oracle Linux

To install the latest version of MariaDB on AlmaLinux, you need to add MariaDB repositories. To install version 10.7 of MariaDB, execute the following to add the MariaDB repo to your system: curl -LsS -O https://downloads.mariadb.com/MariaDB/mariadb_repo_setup sudo bash mariadb_repo_setup –mariadb-server-version=10.7 Next is to install MariaDB using the following: sudo dnf install mariadb-server mariadb After installing […]