Step 1: Add MariaDB Yum Repository
Start by adding the MariaDB YUM repository file MariaDB.repo for RHEL/CentOS and Fedora systems.
# nano /etc/yum.repos.d/MariaDB.repo
Now add the following lines to your respective Linux distribution version as shown.
[mariadb] name = MariaDB baseurl = http://yum.mariadb.org/10.1/centos7-amd64 gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1
Continue reading “Install MariaDB 10 on Centos or Springdale Linux” »