error: "mysql" specifies multiple packages

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了error: "mysql" specifies multiple packages相关的知识,希望对你有一定的参考价值。

今天卸载mysql时,出现了这个问题
# rpm -e mysql
error: "mysql" specifies multiple packages

# rpm -q mysql
mysql-5.0.95-5.el5_9
mysql-5.0.95-5.el5_9

卸载方法
方法一
# yum remove -y mysql
卸载时发现这两个mysql一个是32位的,一个是64位的

方法二
# rpm -e --allmatches --nodeps mysql





以上是关于error: "mysql" specifies multiple packages的主要内容,如果未能解决你的问题,请参考以下文章

error: "mysql" specifies multiple packages

MySql - syntax error: unexpted "user" (Single quoted text)

MySql Table错误:is marked as crashed and last (automatic?) 和 Error: Table "mysql"."inno

Mysql数据库提示innodb表不存在

mysql导入时出现"ERROR at line : Unknown command '''."的解决办法

linux系统下c语言连接mysql数据库时有关mysql_error这个函数的返回值的问题,求知情人士