0

我正在尝试在我的 CentOS 机器上安装 MySQL 5.5,但是运行时yum install我得到以下信息:

file /usr/share/mysql/slovak/errmsg.sys from install of mysql-libs-5.5.27-1.el5.remi.x86_64 conflicts with file from package mysql51-libs-5.1.65-1.ius.el5.x86_64
file /usr/share/mysql/spanish/errmsg.sys from install of mysql-libs-5.5.27-1.el5.remi.x86_64 conflicts with file from package mysql51-libs-5.1.65-1.ius.el5.x86_64
file /usr/share/mysql/swedish/errmsg.sys from install of mysql-libs-5.5.27-1.el5.remi.x86_64 conflicts with file from package mysql51-libs-5.1.65-1.ius.el5.x86_64
file /usr/share/mysql/ukrainian/errmsg.sys from install of mysql-libs-5.5.27-1.el5.remi.x86_64 conflicts with file from package mysql51-libs-5.1.65-1.ius.el5.x86_64

它确实安装了 MySQL 5.1,但我认为我已经删除了它,非常需要帮助。

4

1 回答 1

0

只需删除 mysql51-libs-5.1.65-1.ius.el5.x86_64

rpm -qa | grep mysql51-libs

rpm -e <what you find>

也许会有一些依赖,所以在安装新版本之前也要删除它们。

切勿混淆 repos。仅使用官方 repos 来避免这种情况。

于 2012-09-11T09:29:37.990 回答