• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Resolved Update MariaDB 5.5 to 10.1

FAPM

Basic Pleskian
Hi ALL,

I would like to update MariaDB from 5.5 to 10.1

OS : Centos 7.2
Plesk: 17.0.17


I have created the file: /etc/yum.repos.d/MariaDB.repo

# MariaDB 10.1 CentOS repository list - created 2016-11-24 17:24 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

When I run yum update: it finds version 10.1

What is the procedure to follow in order to update the database so that it works with Plesk?

I tested a yum update, then access to plesk was KO

Thanks ALL,
 
Sorry ;)

# service mariadb stop
# yum install MariaDB-server MariaDB-client
# service mariadb start

It's OK
 
Back
Top