Initial commit.
This commit is contained in:
24
yum.repos.d/mariadb.repo
Normal file
24
yum.repos.d/mariadb.repo
Normal file
@@ -0,0 +1,24 @@
|
||||
# MariaDB 10.5 CentOS repository list - created 2020-09-22 10:02 UTC
|
||||
# http://downloads.mariadb.org/mariadb/repositories/
|
||||
[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
|
||||
|
||||
[mariadb-maxscale]
|
||||
# To use the latest stable release of MaxScale, use "latest" as the version
|
||||
# To use the latest beta (or stable if no current beta) release of MaxScale, use "beta" as the version
|
||||
name = MariaDB MaxScale
|
||||
baseurl = https://downloads.mariadb.com/MaxScale/2.4/centos/$releasever/$basearch
|
||||
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-MaxScale-GPG-KEY
|
||||
gpgcheck = 1
|
||||
enabled = 0
|
||||
|
||||
[mariadb-tools]
|
||||
name = MariaDB Tools
|
||||
baseurl = https://downloads.mariadb.com/Tools/rhel/$releasever/$basearch
|
||||
gpgkey = file:///etc/pki/rpm-gpg/MariaDB-Enterprise-GPG-KEY
|
||||
gpgcheck = 1
|
||||
enabled = 0
|
||||
Reference in New Issue
Block a user