Linux上安装MySQL时出现不兼容的解决办法

在Linux上安装MySQL 5.6.24时遇到与mysql-libs 5.1.71不兼容的问题。通过使用`yum list`列出相关依赖并执行`yum remove mysql-libs`移除冲突的库,但此操作会连带删除多个依赖包,包括dovecot-mysql、postfix等。执行移除后,确认交易完成并解决了冲突。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

[root@mail opt]# rpm -ivh *.rpm
Preparing...                ########################################### [100%]
        file /usr/share/mysql/charsets/Index.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/latin1.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/czech/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/danish/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/dutch/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/english/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/estonian/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/french/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/german/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/greek/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/hungarian/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/italian/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/japanese/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/korean/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/norwegian-ny/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/norwegian/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/polish/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/portuguese/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/romanian/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/russian/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/serbian/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/slovak/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/spanish/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/swedish/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/ukrainian/errmsg.sys from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/armscii8.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/ascii.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/cp1250.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/cp1256.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/cp1257.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/cp850.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/cp852.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/cp866.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/dec8.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/geostd8.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/greek.xml from install of MySQL-server-5.6.24-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64
        file /usr/share/mysql/charsets/hebrew.xml from in
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值