hi Jason,
Thanks so much for your help. but it only worked for "client" and "devel"
package. When I tried to uninstall the MySql Server package i get an error
message as

[root java]# rpm -qa | grep -i mysql
MySQL-3.23.47-1
[root java]# rpm -e MySQL-3.23.47-1
error reading information on service mysql: No such file or directory
execution of script failed
[root java]#

do you have any idea about this. Is there any other flag or command that can be
used to uninstall this. thanks again.

Jason Yates wrote:

> On Monday 21 January 2002 04:09 pm, you wrote:
> > hi,
> > can some one tell me how to Uninstall MySQL3.23.47-1from linux machine.
> > I installed it and it went all wrong, so i want to start over.
> >  thanks.
>
> If you installed it using the binaries it's as simple as,
>
> rpm -e <package-name>
>
> Do an 'rpm -qa | grep -i mysql' that will list any mysql packages and put the
> package name in the rpm -e command.
>
> -Jason Yates
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to