驭胜s350越野视频:急,急,linux,mysql高手,帮帮我吧!谢谢!

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/04 05:26:14
我要在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 with file from package mysql-3.23.58-2.3
file /usr/share/man/man1/mysql.1.gz from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/share/man/man1/mysqlaccess.1.gz from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/share/man/man1/mysqladmin.1.gz from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/share/man/man1/mysqldump.1.gz from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
file /usr/share/man/man1/mysqlshow.1.gz from install of MySQL-client-4.0.15-0 conflicts with file from package mysql-3.23.58-2.3
高手有好方法,请回在线等待,感激不尽呀!如果问题按你们的方法可以解决,再加20分,谢谢!!!!
但是又发生了下面的错误我用rpm -e mysql-3.23.58-2.3错误像下面一样
[root@webserver u01]# rpm -e mysql-3.23.58-2.3
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
帮人帮到底谢谢了

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

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

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

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

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