急,急,linux,mysql高手,帮帮我吧!谢谢!

来源:百度知道 编辑:UC知道 时间:2024/06/05 18:38:10
我要在linux下装mysql但是,发生错误,说和linux自带版本冲突了呀错误如下:
[root@webserver u01]# rpm -ivh MySQL-client-4.0.15-0.i386.rpm
warning: MySQL-client-4.0.15-0.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing... ########################################### [100%]
file /usr/bin/mysql from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/bin/mysqlbinlog from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/bin/mysqlcheck from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/bin/mysqldump from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/bin/mysqlimport from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/bin/mysqlshow from install of MySQL-client-4.0.15-0 conflicts wi

rpm -qa|grep mysql
rpm -e mysql[rpmname]
把原来带的给卸了。。从下到上一个一个。。

要把关联的都给卸了才行。。。

具体不大清楚,没有碰到过
不知到是perl-DBD-MySQL-2.1021-3没装还是没卸载

到linuxsir.org和chinaunix.com查看看吧~

原来带的就一个,你把那一个卸了在装现在这一个就行了