mysql卸载问题

前几天在虚拟机上装mysql,版本为MySQL-client-community-5.1.55-1.rhel5.i386.rpm、
 MySQL-server-community-5.1.55-1.rhel5.i386.rpm。直接用rpm -ivh安装的,但是安装完后想卸载的时候出错,报错信息为error: package mysql is not installed 一直很纠结,后来在网上查出来资料解决办法为直接贴代码

[root@test soft]# rpm -qa | grep -i mysql
MySQL-client-community-5.1.55-1.rhel5
MySQL-server-community-5.1.55-1.rhel5
[root@test soft]#  rpm -e MySQL-client-community
[root@test soft]#  rpm -e MySQL-server-community
[root@test soft]# rpm -qa | grep -i mysql

参考文章
 http://www.cnblogs.com/forward/archive/2010/03/21/1691255.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章