Skip to content
Advertisement

Conflict while Installing MariaDB on Centos6.9 that has Mysql already installed [closed]

I have VPS Centos 6.9 server with Cpanel, This server has mysql56 installed. I want to replace mysql with MariaDB in order to install bench erpnext. I followed this tutorial, and also I removed mysql by:

JavaScript

but, when I tried to install MariaDB as mentioned in the tutorial:

JavaScript

this error has been thrown :

JavaScript

Error Summary

I saw the similar Stack Over Flow question, but it has no useful answer for my situation.

SOLVED Removing mysql-client solved this problem.

JavaScript

Advertisement

Answer

You need to remove MySQL56-client and any other MySQL56 packages as well before installing Maria.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement