Created
May 22, 2020 16:58
-
-
Save nmusco/1eaf51a3f0e009b8f9b53b8a1feb226a to your computer and use it in GitHub Desktop.
Custom Repo for MariaDB to install MariaDB 10.1.22 (latest version that supports both CentOS 5 and CentOS 7)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[mariadb] | |
name=MariaDB | |
baseurl=http://ftp.hosteurope.de/mirror/archive.mariadb.org/mariadb-10.1.22/yum/centos7-amd64/ | |
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB | |
gpgcheck=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment