Hi Winnie,

You can run

    rpm -qa |grep -i mysql

to see exactly what the installed packages are named.
Then you should be able to uninstall (rpm -e) these
packages. On the other hand, there could be some
package dependencies, which means, that some other
software installed will not run without the RedHat
MySQL RPMs...

Regards,
Michael

----- Original Message ----- 
From: "Winnie Kwok" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 17, 2002 4:33 PM
Subject: mysqlbug


> first of all , thanks for your help, i cannot install mysql yet
> as run:
>        rpm -e MySQL;rpm -e MySQL-server
> 
>        error:package MySQL is not installed
>        error:package MySQL-server is not installed
> 
> 
> >From: "Michael Paesold" <[EMAIL PROTECTED]>
> >To: "Winnie Kwok" <[EMAIL PROTECTED]>
> >Subject: Re: mysqlbug
> >Date: Mon, 16 Sep 2002 20:06:41 +0200
> >
> >"Winnie Kwok" wrote:
> > > using REDHAT 7.3
> > >
> > > After run
> > >     [root@localhost root]#cd /usr/local/
> > >     [root@localhost local]#rpm -i MySQL-3.23.52-1.i386.rpm
> > > MySQL-client-3.23.52-1.i386.rpm
> > >     error:failed dependencies:
> > >           MySQL conflicts with -3.23.49-3
> > >           MySQL-server conflicts with MySQL-server-3.23.49-3
> >
> >This is not a bug.
> >You have already installed MySQL RPM's provided by RedHat on
> >your server. You have to remove those first before you
> >can install the RPM's from www.mysql.com.
> >
> > > rpm -e MySQL; rpm -e MySQL-server
> >
> >There could be some dependencies, though.
> >
> >Regards,
> >Michael
> 
> 
> 
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
> 


---------------------------------------------------------------------
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