[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: How Do I Uninstall MySQL?
- From: "Barry L. Kline" <blkline attglobal net>
- To: redhat-list redhat com
- Subject: Re: How Do I Uninstall MySQL?
- Date: Thu Jan 8 23:10:01 2004
On Thursday 08 January 2004 08:17 pm, Zhao, Charles wrote:
> Hello there,
>
> This might be an easy question for some of you, but I am trying to
> uninstall MySQL 3.2 that came with my RH Linux 8.0 (in order to install
> 4.0), and it's components are scattered in different directories. Is
> there anyway (and the right procedure) to uninstall it?
>
> Thanks
As root:
rpm -e $(rpm -qa | grep mysql)
If you want to see what this is going to do before you do it, then type:
rpm --test -e -vv $(rpm -qa | grep mysql)
Barry
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]