Centos 7. To install Galera-cluster, MariaDB version 10.1 or higher is required. I connect the repository:
# MariaDB 10.1 CentOS repository list - created 2018-02-26 11:31 UTC # http://downloads.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 $ yum repolist enabled repo id repo name status mariadb MariaDB 15 repolist: 15 sudo mysql --version mysql Ver 15.1 Distrib 5.5.56-MariaDB, for Linux (x86_64) using readline 5.1 The server was installed, but the client is not, the version of the server does not match the one I need (10.1)
$ yum repolist enabled Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile repolist: 0 As you can see all the turnips are off, try to find mariadb
yum search mariadb Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile ====== N/S matched: mariadb ======== mariadb-libs.x86_64 : The shared libraries required for MariaDB/MySQL clients mariadb-server.x86_64 : The MariaDB server and related files mariadb.x86_64 : A community developed branch of MySQL Name and summary matches only, use "search all" for everything. I cleaned the cache and still see these packages, how can I install Mariadb 10.1 specifically from the repositories that I installed?