卸载mysql时,有如下提示,应该怎么处理才能完全删除mysql,求解!

[root@root ~]# rpm -qa "*mysql*"
mysql-libs-5.1.71-1.el6.x86_64
[root@root ~]# rpm -e mysql-libs-5.1.71-1.el6.x86_64
error: Failed dependencies:
libmysqlclient.so.16()(64bit) is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64
libmysqlclient.so.16()(64bit) is needed by (installed) perl-DBD-MySQL-4.013-3.el6.x86_64
libmysqlclient.so.16(libmysqlclient_16)(64bit) is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64
libmysqlclient.so.16(libmysqlclient_16)(64bit) is needed by (installed) perl-DBD-MySQL-4.013-3.el6.x86_64
mysql-libs is needed by (installed) postfix-2:2.6.6-2.2.el6_1.x86_64
[root@root ~]#

第1个回答  推荐于2017-11-26
这是有依赖包可以参数--nodeps或使用yum卸载,如
rpm -e xxx.rpm --nodeps或
yum remove xxx本回答被提问者和网友采纳
第2个回答  2014-08-27
重装自动覆盖
第3个回答  2014-08-22
直接强行粉碎文件,然后用360清理注册表
第4个回答  2014-08-21
去注册表清理掉mysql的记录