Hi Sandeep,

I assume you are installing your MySQL in Linux environment. So be cautious
on case sensativity. Remember to type 'MySQL' and not 'mysql'.

First, run command :
[admin]#  rpm -qa | grep MySQL
MySQL-client-3.23.38-1
MySQL-3.23.38-1

This will show all the related packaged in your box. In my case, I had 2
package installed. Then run:
[admin]#  rpm -e MySQL
[admin]#  rpm -e MySQL-client

Hope this will solve your problem.

Emanduel Chan Tain Por
System Engineer
DotCom Consulting Sdn Bhd
DID : 603-62763230 ext. 112

----- Original Message -----
From: "Sandeep Murthy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 9:35 PM
Subject: uninstalling


> Can anyone please guide me in uninstalling MySQL...
>
> P.S: i did a rpm -e but there was no mysql rpm package...
>
> tia,
> sandeep
>
>
> ---------------------------------------------------------------------
> 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