当前位置: 技术问答>linux和unix
请教关于RPM包安装问题
来源: 互联网 发布时间:2016-08-26
本文导语: 我已经安装好了MYSQL 5.1.46,是用rpm包安装的,现在准备安装CLUSTER,但是在安装过程中报这样的错: [root@sha-sso-st01-sn01 opt]# rpm -ivh MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64.rpm error: Failed dependencies: MySQL conflicts wit...
我已经安装好了MYSQL 5.1.46,是用rpm包安装的,现在准备安装CLUSTER,但是在安装过程中报这样的错:
[root@sha-sso-st01-sn01 opt]# rpm -ivh MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64.rpm
error: Failed dependencies:
MySQL conflicts with MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64
mysql conflicts with MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64
mysql-server conflicts with MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64
MySQL-server conflicts with MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64
并且在系统里面根本没有MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64文件,搞不明白了,请指教。
[root@sha-sso-st01-sn01 opt]# rpm -ivh MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64.rpm
error: Failed dependencies:
MySQL conflicts with MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64
mysql conflicts with MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64
mysql-server conflicts with MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64
MySQL-server conflicts with MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64
并且在系统里面根本没有MySQL-Cluster-gpl-server-7.1.3-1.rhel5.x86_64文件,搞不明白了,请指教。
|
试试
rpm -qa | grep mysql | xargs rpm -e
|
主席的句子一下去保证mysql*都没了。