关于centos6.7上安装mysql出现的异常

1.下载以下安装包:


2.先安装perl*

rpm -ivh perl*

3.安装mysql服务

rpm -ivh  MySQL-server-5.5.48-1.linux2.6.x86_64.rpm


可能报下面异常:

第一种:

[root@mini04 apps]# rpm -ivh MySQL-server-5.5.48-1.linux2.6.x86_64.rpm 
warning: MySQL-server-5.5.48-1.linux2.6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
        libaio.so.1()(64bit) is needed by MySQL-server-5.5.48-1.linux2.6.x86_64
        libaio.so.1(LIBAIO_0.1)(64bit) is needed by MySQL-server-5.5.48-1.linux2.6.x86_64
        libaio.so.1(LIBAIO_0.4)(64bit) is needed by MySQL-server-5.5.48-1.linux2.6.x86_64

处理方法:

a.联网: yum install libaio

b.离线:安装libaio-0.3.107-10.el6.x86_64.rpm

下载地址:
http://mirror.centos.org/centos/6/os/x86_64/Packages/libaio-0.3.107-10.el6.x86_64.rpm
安装完成后,即可成功安装MySQL-server-5.5.48-1.linux2.6.x86_64.rpm 

第二种:

[root@mini04 apps]# rpm -ivh MySQL-server-5.5.48-1.linux2.6.x86_64.rpm 
warning: MySQL-server-5.5.48-1.linux2.6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing...                ########################################### [100%]
        file /usr/share/mysql/charsets/README from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/Index.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/armscii8.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/ascii.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/cp1250.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/cp1251.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/cp1256.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/cp1257.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/cp850.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/cp852.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/cp866.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/dec8.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/geostd8.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/greek.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/hebrew.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/hp8.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/keybcs2.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/koi8r.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/koi8u.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/latin1.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/latin2.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/latin5.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/latin7.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/macce.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/macroman.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/charsets/swe7.xml from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/czech/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/danish/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/dutch/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/english/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/estonian/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/french/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/german/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/greek/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/hungarian/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/italian/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/japanese/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/korean/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/norwegian-ny/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/norwegian/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/polish/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/portuguese/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/romanian/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/russian/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/serbian/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/slovak/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/spanish/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/swedish/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64
        file /usr/share/mysql/ukrainian/errmsg.sys from install of MySQL-server-5.5.48-1.linux2.6.x86_64 conflicts with file from package mysql-libs-5.1.73-5.el6_6.x86_64

解决方法:

查看版本冲突:

[root@mini04 apps]# rpm -qa|grep -i mysql
mysql-libs-5.1.73-5.el6_6.x86_64
[root@mini04 apps]# rpm -e --nodeps mysql-libs-5.1.73-5.el6_6.x86_64

[root@mini04 apps]# rpm -ivh MySQL-server-5.5.48-1.linux2.6.x86_64.rpm 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

小努蛋

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值