我正在尝试安装一个软件, 需要 MySQL- server, MySQL- 客户安装在服务器上, 所以现在我要安装 MySQL- server 和 MySQL- 客户, 使用 rpm 文件“ MySQL- server-5. 5. 17-1. rhel5. x86_ 64. rpm ” 和“ MySQL- client-5. 5. 17-1.rhel5. x86_ 64. rpm ” 。
我安装了 MySQL 客户端, 但当我尝试运行 Mysql- server 时
*rpm -i MySQL-server-5.5.17-1.rhel5.x86_64.rpm*
它显示错误 :
*error: Failed dependencies:
MySQL conflict with mysql-5.0.77-4.el5_6.6.x86_64
MySQL conflict with mysql-5.0.77-4.el5_6.6.i386
MySQL conflict with mysql-server-5.0.77-4.el5_6.6.x86_64*
那么我怎样才能解决这个问题呢?