centos6.3 安装mysql5.5冲突解决方法

centos 安装mysql冲突解决方法:
Preparing...                ########################################### [100%]
        file /usr/share/mysql/charsets/README from install of MySQL-server-community-5.1.44-1.rhel5.i386 conflicts with file from package mysql-libs-5.1.61-4.el6.i686
        file /usr/share/mysql/charsets/Index.xml from install of MySQL-server-community-5.1.44-1.rhel5.i386 conflicts with file from package mysql-libs-5.1.61-4.el6.i686
        file /usr/share/mysql/charsets/armscii8.xml from install of MySQL-server-community-5.1.44-1.rhel5.i386 conflicts with file from package mysql-libs-5.1.61-4.el6.i686
        file /usr/share/mysql/charsets/ascii.xml from install of MySQL-server-community-5.1.44-1.rhel5.i386 conflicts with file from package mysql-libs-5.1.61-4.el6.i686  

解决办法:
卸载mysql:rpm -e --nodeps mysql-libs-5.1.*

原文: http://hi.baidu.com/superbozhou/item/e158284ab14bd137fa8960ca

猜你喜欢

转载自plane.iteye.com/blog/1941508
今日推荐