The solution to the conflict between installing MySQL and mariadb under CentOS 7

Centos 7 integrates mariadb, and when installing mysql, it will conflict with mariadb files, and an error similar to the following figure will be reported.



 

     solution:

    Uninstall mariadb first, then install mysql.

    

    rpm -qa|grep mariadb

    rpm -e --nodeps xxx    

  

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326528325&siteId=291194637