mysql错误:file xxx conflicts with file from package mysql-libs-5.5.68-1.el7.x86_64
生活随笔
收集整理的這篇文章主要介紹了
mysql错误:file xxx conflicts with file from package mysql-libs-5.5.68-1.el7.x86_64
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
錯(cuò)誤
shell> yum install -y mysql-community-common-5.7.31-1.el7.x86_64.rpm發(fā)生錯(cuò)誤:
file /usr/share/mysql/czech/errmsg.sys from install of mysql-community-common-5.7.31-1.el7.x86_64 conflicts with file from package mysql-libs-5.5.68-1.el7.x86_64錯(cuò)誤原因
檢查發(fā)現(xiàn),該電腦上已安裝mariadb-libs。
shell> yum info mariadb* Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-managerThis system is not registered with an entitlement server. You can use subscription-manager to register.Loading mirror speeds from cached hostfile Installed Packages Name : mariadb-libs Arch : x86_64 Epoch : 1 Version : 5.5.68 Release : 1.el7 Size : 4.4 M Repo : installed From repo : os Summary : The shared libraries required for MariaDB/MySQL clients URL : http://mariadb.org License : GPLv2 with exceptions and LGPLv2 and BSD Description : The mariadb-libs package provides the essential shared libraries for any: MariaDB/MySQL client program or interface. You will need to install this: package to use any other MariaDB package or any clients that need to connect: to a MariaDB/MySQL server. MariaDB is a community developed branch of MySQL.解決辦法
經(jīng)過詢問和分析,mariadb-libs并無用處。將mariadb-libs刪除即可。
shell> yum -y remove mariadb-libs總結(jié)
以上是生活随笔為你收集整理的mysql错误:file xxx conflicts with file from package mysql-libs-5.5.68-1.el7.x86_64的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。