rpm安装mysql时候的出现的一些问题

今天在测试服务器上安装mysql服务时,下载完mysql安装包后 rpm -ivh MySQL-server-5.6.10-1.el6.x86_64.rpm 后报错以下: Preparing... ########################################### [100%] file /usr/share/mysql/czech/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64mysql

file /usr/share/mysql/danish/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/dutch/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/english/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/estonian/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/french/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/german/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/greek/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/hungarian/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/italian/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/japanese/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/korean/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/norwegian-ny/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/norwegian/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/polish/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/portuguese/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/romanian/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/russian/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/serbian/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/slovak/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/spanish/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/swedish/errmsg.sys from install of MySQL-server-5.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

file /usr/share/mysql/ukrainian/errmsg.sys from install of MySQL-server-5.6.10-1.el6.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.6.10-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.61-4.el6.x86_64

最后看错误信息提示为:与mysql-libs-5.1.61-4.el6.x86_64包冲突,因而卸载该包 yum -y remove mysql-libs-5.1.61-4.el6.x86_64 而后在执行 yum -ivh MySQL-server-5.6.10-1.el6.x86_64.rpm 安装成功,搞定收工sql

相关文章
相关标签/搜索