Re: Uninstalling MySQL

2004-08-10 Thread Egor Egorov
[EMAIL PROTECTED] wrote: Greetings... How do I uninstall MySQL under linux (i have Fedora Core 2)... i will be installing a new version of it... I have 3.23 currently and will replace it with 4. Please Help Thanks Try like that rpm -qa | grep -i mysql This will give you the list of every

Re: Uninstalling MySQL

2004-08-07 Thread environmentalny
---BeginMessage--- The current version was installed when I installed FEDORA 2 on my PC... I do not know what the RPMs are - Original Message - From: Michael Weiner [EMAIL PROTECTED] Date: Friday, August 6, 2004 8:53 pm Subject: Re: Uninstalling MySQL On Fri, 2004-08-06 at 20:49

Re: Uninstalling MySQL

2004-08-07 Thread Whil Hentzen
On Friday 06 August 2004 19:49, [EMAIL PROTECTED] wrote: Greetings... How do I uninstall MySQL under linux (i have Fedora Core 2)... i will be installing a new version of it... I have 3.23 currently and will replace it with 4. Please Help Thanks I just did this a couple of weeks ago myself,

Re: Uninstalling MySQL

2004-08-06 Thread Michael Weiner
On Fri, 2004-08-06 at 20:49 -0400, [EMAIL PROTECTED] wrote: Greetings... How do I uninstall MySQL under linux (i have Fedora Core 2)... i will be installing a new version of it... I have 3.23 currently and will replace it with 4. Please Help Thanks You dont necessarily have to uninstall it,

Re: Uninstalling MySQL

2003-10-21 Thread gerald_clark
It all depends on how you installed it. If it is an rpm, use rpm -e to un-install it. If from a tarfile, find out where the files were written, and remove them. [EMAIL PROTECTED] wrote: Hi, I´ve just installed MySQL and I wanna know how to uninstall it. I tried to look for uninstall in the

Re: uninstalling MySQL

2002-11-27 Thread Benjamin Pflugmann
Hi. On Wed 2002-11-27 at 12:30:05 -0800, [EMAIL PROTECTED] wrote: Hi, I am using Slackware distribution of Linux. Someone has already installed MySQL binary as well as source distribution. I would like to un-install that and reinstall. But I already have the webserver running where MySQL is

Re: Uninstalling MySQL

2002-06-04 Thread Thomas Spahni
On Mon, 3 Jun 2002, Mysql Help Service wrote: I have built a MySQL binary from source and have installed it with no problem. However, when I go to make uninstall, make bombs on me. Any recommended way for uninstalling a MySQL distro? su -c 'make uninstall' Thomas

Re: uninstalling MySQL

2001-04-08 Thread Roel Vanhout
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?

Re: uninstalling MySQL

2001-04-08 Thread Steve Ruby
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

RE: uninstalling MySQL

2001-04-08 Thread David Loszewski
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