0

Why there is no MariaDB 10.x RPM for CentOS/RedHat 7? How can I install it?

I'm trying to install the most recent stable version on my server, but it seems, that official repo is absent.

5.5 is included in the distro, that's right, but what about installing 10.x on CentOS/RHEL 7?

Falcon Momot
  • 25,244
  • 15
  • 63
  • 92
Vladislav Rastrusny
  • 2,671
  • 12
  • 42
  • 56

4 Answers4

5

An old question but this is no longer true.

Here is a link to the CentOS 7 + MariaDB 10.0 repo config tool: https://downloads.mariadb.org/mariadb/repositories/#mirror=coreix&distro=CentOS&distro_release=centos7-amd64&version=10.0

sabbour
  • 196
  • 2
  • 6
2

Because it was not yet considered GA (stable) when RHEL 7 went into feature freeze (about a year ago).

If you need it, MariaDB provide their own yum repositories, including (now) for EL 7.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972
2

you can use the MariaDB repository.

for example:

# MariaDB 10.1 CentOS repository list - created 2015-11-22 17:27 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.1/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

and

yum install MariaDB-server MariaDB-client

source install mariadb 10 or newer

-2

you have to use repo generator tools and place the file inside /etc/yum.repos.d/

Muhaimin
  • 111
  • 1
  • 5