Uninstalling MySQL 6.x from Windows

2010-06-29 Thread Miguel Cardenas
Hello I have an old windows installation with MySQL 6.x and want to remove it so I can install latest version 5.1.48 but I tried once before with another computer and newer installation never worked, had to reinstall whole windows to make a new clean installation. How can I remove completely vers

Re: Uninstalling Binary installation

2006-04-17 Thread tuxlinsecure
they are not. On Sun, 16 Apr 2006, tuxlinsecure wrote: > To: mysql@lists.mysql.com > From: tuxlinsecure > Subject: Uninstalling Binary installation > > hello list, > > I am a newbie. I have to upgrade mysql 3.23 binary > installtion to mysql 5 in my system to start with.

Re: Uninstalling Binary installation

2006-04-17 Thread mysql
Sun, 16 Apr 2006, tuxlinsecure wrote: > To: mysql@lists.mysql.com > From: tuxlinsecure <[EMAIL PROTECTED]> > Subject: Uninstalling Binary installation > > hello list, > > I am a newbie. I have to upgrade mysql 3.23 binary > installtion to mysql 5 in my system to start

Uninstalling Binary installation

2006-04-16 Thread tuxlinsecure
hello list, I am a newbie. I have to upgrade mysql 3.23 binary installtion to mysql 5 in my system to start with. I figured out that uninstalling binary 3.23 and then installing a fresh installation would be a good option. since upgrading 3.23 to 4 and 4 to 5 can be a daunting task. Any

Re: Uninstalling the MySQL cleanly.

2005-08-11 Thread Gleb Paharenko
*/ > if (mysql_stmt_store_result(stmt)) > { >printf(" mysql_stmt_store_result() failed\n"); >printf(" %s\n", mysql_stmt_error(stmt)); >exit(0); > } > > while (!mysql_stmt_fetch(stmt)) > { > >if (is_null[0]) >

Re: Uninstalling the MySQL cleanly.

2005-08-11 Thread Gleb Paharenko
tmt)); >exit(0); > } > > while (!mysql_stmt_fetch(stmt)) > { > >if (is_null[0]) > printf(" NULL\n"); >else > printf(" %s(%ld)\n", str, length[0]); > > } > > printf("The no of rows affected

RE: Uninstalling the MySQL cleanly.

2005-08-11 Thread Sujay Koduri
t_affected_rows(stmt)); if (mysql_stmt_close(stmt)) { printf("Error while closing mysql statement\n"); exit(3); } mysql_close(&mysql); return 0; } Thank you sujay -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 200

Re: Uninstalling the MySQL cleanly.

2005-08-11 Thread Gleb Paharenko
Hello. I guess you have rpm installation, rpm -e should help you in this case. Find installed mysql packets with `rpm -qa |grep -i mysql` command. If you have troubles with making a choice, send the list of packets which you got to the list. Sujay Koduri <[EMAIL PROTECTED]> wrote: > >

RE: Uninstalling the MySQL cleanly.

2005-08-11 Thread Sujay Koduri
Sorry , I didn't send this in person to you intentionally. sujay -Original Message- From: Martijn Tonies [mailto:[EMAIL PROTECTED] Sent: Thursday, August 11, 2005 2:42 PM To: Sujay Koduri Subject: Re: Uninstalling the MySQL cleanly. . > > OS is RH9 and kernel is 2.4.20 I

Re: Uninstalling the MySQL cleanly.

2005-08-11 Thread Martijn Tonies
> Can any one list the steps or give me any pointers how to cleanly uninstall > an upper version of MySQL, > so that after wards if we install lower version it should not be affected by > any left overs of the previous installation. What OS? With regards, Martijn Tonies Database Workbench - too

Uninstalling the MySQL cleanly.

2005-08-11 Thread Sujay Koduri
hi, Can any one list the steps or give me any pointers how to cleanly uninstall an upper version of MySQL, so that after wards if we install lower version it should not be affected by any left overs of the previous installation. Thank you sujay

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 ever

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-07 Thread environmentalny
--- Begin Message --- 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

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

Uninstalling MySQL

2004-08-06 Thread environmentalny
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 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://l

Uninstalling

2004-01-19 Thread Mark Weiss
Hello List! I forgot that OSX Server had mysql installed already. So in installed another version on top of it. How in the user/local/ folder I have two versions. And when I try to connect to which ever oneis running, is says I cannot connect to the mysql.sock socket. So I am thinking I need to

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 manual

Uninstalling MySQL

2003-10-21 Thread francis.fernandes
Hi, I´ve just installed MySQL and I wanna know how to uninstall it. I tried to look for uninstall in the manual and at MySQL WebSite but I did not found. Thanks. Tag Line Francis Fernandes Ferreira [EMA

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 MyS

uninstalling MySQL

2002-11-27 Thread Veena Ramagopal
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 the database used. If I un install MySQL, will I be able to retain the da

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 unin

Uninstalling MySQL

2002-06-03 Thread Mysql Help Service
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? - Before posting, please check

Re: Uninstalling on MacOS X

2002-04-08 Thread Joel Rees
Gilbert, You wrote: > 7) More problems, use 'locate' to delete all (I thought) mysql files; don't > think I really did delete all of them though. ... > I was thinking of updating the 'locate' database, and then searching for all > files that have 'mysql' in them, again. Is this the best way to

Re: Uninstalling on MacOS X

2002-04-08 Thread Russell E Glaue
Your binary distrubution downloaded from mysql.org installs in /usr/local/mysql If you remove everything from that directory, you can just install the binary distribution again into that directory. Don't forget to run the mysql_install_db script after installation so to set up your initia

Uninstalling on MacOS X

2002-04-07 Thread Gilbert Wilson
SMW Mac OS X user looking for someone, anyone, to help him uninstall mySQL-3.23.49 because he has royally screwed up the installation. Chronology of events: 1) installed from binary, process went smoothly 2) several weeks go by without use, forget password to mysql 3) cannot remember password, a

Re: uninstalling

2001-09-23 Thread tpchan
t;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 t

uninstalling

2001-09-21 Thread Sandeep Murthy
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

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

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

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

uninstalling MySQL

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

RE: Uninstalling and Troubleshooting RPM

2001-01-25 Thread Jorma Jakowitsch
The socket is not running because mysqld returns : daemon ended as he wrote ;P try either: safe_mysqld or uninstalling: rmp -e doesn't work? maybe you installed an rpm for another distribution (i did the same last week ;)), try to remove it via yast (if you got SuSE). It didn't work f

Re: Uninstalling and Troubleshooting RPM

2001-01-25 Thread Gerald L. Clark
lkeeton wrote: > > I am very frusturated as of right now. I have a mysql database that doesn't > work on Cobalt Raq3. I installed the RPM version and guess what the mysql.sock > file isn't there and ther server gives me this error when starting: > > Starting mysqld daemon with databases from /va

RE: Uninstalling and Troubleshooting RPM

2001-01-25 Thread Scott Gerhardt
Sir, What OS are you running? What version of MySQL are you trying to install? What RPMs are you trying to install? - Scott > -Original Message- > From: lkeeton [mailto:[EMAIL PROTECTED]] > Sent: January 25, 2001 10:56 AM > To: [EMAIL PROTECTED] > Subject: U

Uninstalling and Troubleshooting RPM

2001-01-25 Thread lkeeton
I am very frusturated as of right now. I have a mysql database that doesn't work on Cobalt Raq3. I installed the RPM version and guess what the mysql.sock file isn't there and ther server gives me this error when starting: Starting mysqld daemon with databases from /var/lib/mysql mysqld daemon

Re: About uninstalling Mysql

2001-01-15 Thread Danny
-Hello This depends on what OS you installed MySQL in. Did you install it on : Linux? BSDI FreeBSD? Windows 98? If you installed it using Linux did you install using RPM? If you installed it using FreeBSD did you isntall it using ports? On Mon, 15 Jan 2001, Ujwol wrote: > >%_Hi, > I

About uninstalling Mysql

2001-01-14 Thread Ujwol
Hi, I want to uninstall Mysql, cause it's not configured properly. Help me Ujwol