that worked, thx

I also installed PHP4, should I uninstall that? I installed it as a tar. and
if so how do I do it?

Dave

-----Original Message-----
From: Steve Ruby [mailto:[EMAIL PROTECTED]]
Sent: Sunday, April 08, 2001 7:46 PM
To: David Loszewski
Subject: Re: uninstalling MySQL



If rpm -qa shows MySQL rpms then you use

rpm -e <package name>

then you remove the installed directories,
I wouldn't do an rm -fr /usr/local/var like the person before
said, he probably mean rm -fr /usr/local/var/mysql which would
be safe

David Loszewski wrote:
>
> so what do I do after that?
>
> Dave
>
> -----Original Message-----
> From: Steve Ruby [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 08, 2001 2:32 PM
> To: Roel Vanhout
> Cc: David Loszewski; [EMAIL PROTECTED]
> Subject: Re: uninstalling MySQL
>
> Probably should change that first line to
> rpm -qa | grep -i mysql
>
> Roel Vanhout wrote:
> >
> > rpm -qa | grep mysql
> >
> > if nothing found,
> >
> > rm -rf /usr/local/var
> > rm -rf `find /usr/local/bin/ | grep mysql`
> > rm -rf /etc/my.cnf
> >
> > This should catch about everything.
> >
> > cheers,
> >
> > roel
> >
> > On Sun, Apr 08, 2001 at 12:24:08AM -0400, David Loszewski wrote:
> > > how do I uninstall MySQL 3.22 after installing it? worst part is that
I
> > > installed it so long ago that I can't
> > > remember if I did it by .rpm or .tar
> > >
> > > help please,
> > > Dave
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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


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