On jue, 2003-07-17 at 10:59, Suresh Babu A. [IT Engineer] wrote:
> HI All,
> 
> The database location of MYSQL "/var/lib/mysql" has been removed manually
> by mistake, due to the above reason i could uninstall completelly.
> 
> [EMAIL PROTECTED] /]# rpm -qa | grep -i mysql
> MySQL-server-4.0.12-0
> [EMAIL PROTECTED] /]#
> 
> How to remove it completely from the server version 8.0 ?

rpm -e MySQL-server

If you have dependencies (B requires A), you need remove first the
package B, like this:

rpm -e B
rpm -e A

or 

rpm -e B A

RTFM: rpm(8)

> Thanks
> 
> SureshA
> [EMAIL PROTECTED]


Hardy Beltran Monasterios
[EMAIL PROTECTED]


-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/psyche-list

Reply via email to