Install MariaDB 10.5 on CentOS 8

MariaDB 10.5 is the current stable version of MariaDB series. #1 – Create a repo Here is your MariaDB YUM/DNF repository entry for CentOS. Copy and paste it into a file under /etc/yum.repos.d/mariadb.repo [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.5/centos8-amd64 module_hotfixes=1 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 #2 – Install MariaDB 10.5 We will only use the mariadb repo while running installation command. dnf install MariaDB-server -y –disablerepo=* –enablerepo=mariadb Last metadata expiration check: 0:11:45…