  | |  | UNINSTALL RPM MYSQL | UNINSTALL RPM MYSQL 2003-07-17 - By Hardy Beltran Monasterios
Back 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. > > [root@(protected) /]# rpm -qa | grep -i mysql > MySQL-server-4.0.12-0 > [root@(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 > uarusu02@(protected)
Hardy Beltran Monasterios hardy@(protected)
Earn $52 per hosting referral at Lunarpages.
|
|
 |