linux 安装MySQL报错

 

 

 

linux 安装MySQL报错:

 

 

[root@192 mysql]#  rpm -ivh MySQL-server-5.1.50-1.glibc23.x86_64.rpm
Preparing...                ########################################### [100%]
        file /usr/share/mysql/charsets/README from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/Index.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/armscii8.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/ascii.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/cp1250.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/cp1251.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/cp1256.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/cp1257.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/cp850.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/cp852.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/cp866.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/dec8.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/geostd8.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/greek.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/hebrew.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/hp8.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/keybcs2.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/koi8r.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/koi8u.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/latin1.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/latin2.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/latin5.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/latin7.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/macce.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64
        file /usr/share/mysql/charsets/macroman.xml from install of MySQL-server-5.1.50-1.glibc23.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

 

 

 

解决办法:

卸载mysql:rpm -e --nodeps mysql-libs-5.1.*

 

参考链接:

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


 

你可能感兴趣的:(linux,mysql,File,package,share)