Linux上安装Mysql时出现错误 , 包冲突 - 解决

来源:互联网 发布:centos 6.5安装telnet 编辑:程序博客网 时间:2024/05/01 18:21

http://www.linuxidc.com/Linux/2011-08/39756.htm


  1.  file /usr/share/mysql/charsets/README from install of MySQL-server-community-5.1.58-1.rhel5.i386 conflicts with file from package mysql-libs-5.1.52-1.el6_0.1.i686  
  2.   file /usr/share/mysql/charsets/Index.xml from install of MySQL-server-community-5.1.58-1.rhel5.i386 conflicts with file from package mysql-libs-5.1.52-1.el6_0.1.i686  
  3.   file /usr/share/mysql/charsets/armscii8.xml from install of MySQL-server-community-5.1.58-1.rhel5.i386 conflicts with file from package mysql-libs-5.1.52-1.el6_0.1.i686  




在网上找了一下,原来是包冲突,conflicts英文就是冲突的意思,呵呵,英文很烂

我把那些冲突 的包全部卸载;

yum -y remove mysql-libs-5.1.52*        -y的意思就是不用询问是否remove

卸载完成之后,再安装MySQL成功了,呵呵


0 0
原创粉丝点击