Re: uninstall/reinstall

2010-10-29 Thread George Larson
We're talking about a Windows machine, right?  I don't have any of
those these days but it sounds to me like it didn't thoroughly
uninstall.

If that much is correct, I'd first be suspicious of junk left in the
registry or data directories.  Even if it meant I had to install it
again, I'd use a separate uninstaller.  Uninstallers are usually a
little more aggressive about getting to the registry and data
directories and stuff of that nature.  The one I used to use is free
and, in my experience, quite good.
Revo Uninstaller [
http://www.revouninstaller.com/revo_uninstaller_free_download.html  ]

If that doesn't do it, then I would try cleaning out the registry.
Proceed with all due caution because this potentially can create a
number of other other problems.  In fact, some people are decidedly
against the use of any utility which claims to clean your registry.
So I'm just telling you how I used to roll, in my Windows heyday.  My
preferred tool for this was also free and, in my experience, quite
good.
CCleaner [  http://www.piriform.com/download  ]

Good luck!
G

On 28 October 2010 14:37, Montgomery, Tammie tmontgom...@sfccmo.edu wrote:
 Most helpful people of all time -

 I have a student who uninstalled his mySQL and then reinstalled. When
 the wizard gets to the point of starting the server, it sits there for a
 couple of minutes and then the wizard has a message that it is not
 responding. As suggested on the developer zone, he removed the
 ib_logfile0 and ib_logfile1 and reconfigured only to have the same thing
 happen. He has tried this several times in frustration. The first time,
 it did try to start the server but couldn't. In trying to start the
 server from the Services list, he gets Error 1067.

 Oh, he also tried turning off the firewall to see if that made any
 difference and it didn't.

 Any assistance is welcome.

 He did find that you can't really uninstall although he used the wizard
 to remove the program and the uninstall programs.

 Thanks,
 Tammie


 Barracuda 400 vers 3.5.12 Checked - Virus Free

 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:    
 http://lists.mysql.com/mysql?unsub=george.g.lar...@gmail.com



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



RE: uninstall/reinstall

2010-10-28 Thread Montgomery, Tammie
Most helpful people of all time -

I have a student who uninstalled his mySQL and then reinstalled. When
the wizard gets to the point of starting the server, it sits there for a
couple of minutes and then the wizard has a message that it is not
responding. As suggested on the developer zone, he removed the
ib_logfile0 and ib_logfile1 and reconfigured only to have the same thing
happen. He has tried this several times in frustration. The first time,
it did try to start the server but couldn't. In trying to start the
server from the Services list, he gets Error 1067.

Oh, he also tried turning off the firewall to see if that made any
difference and it didn't.

Any assistance is welcome.

He did find that you can't really uninstall although he used the wizard
to remove the program and the uninstall programs. 

Thanks,
Tammie


Barracuda 400 vers 3.5.12 Checked - Virus Free

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



Re: uninstall/reinstall

2010-10-21 Thread Tim Thorburn

On 10/19/2010 12:38 PM, Montgomery, Tammie wrote:

I had an old version of mySQL on my computer but never used it. I thought I 
knew the root password but it wouldn't let me in. I went ahead and uninstalled 
it thinking I would get a newer version anyway. I used the Windows interface to 
uninstall the previous version. It appeared to be gone but when I installed the 
new version, it asked me what the previous root password was and then give new 
one. I left previous blank and gave it the new password. Now it has been 
sitting at the screen in the configuration wizard for Apply security settings 
for about 20 minutes. How should I recover from this?

Barracuda 400 vers 3.5.12 Checked - Virus Free


I ran into a similar problem a few weeks ago.  The solution, in my case, 
was that you must first stop the MySQL process, uninstall with the 
provided uninstall utility, then manually go through Program Files and 
ProgramData (possibly a folder in your Users directory as well) to 
delete all references to MySQL.


When the installer is run for the most current version of MySQL that 
you've downloaded, it won't ask for the previous password and it will be 
as if you're installing a fresh copy.  If I remember correctly, you can 
still do this now even after you've already uninstalling the original 
version of MySQL.  I should mention this was all done in Win7 64-bit; 
you may need to modify folder names if you're on WinXP.


Re: uninstall/reinstall

2010-10-20 Thread andrew.2.moore
You mention the Windows installer has Hung. I have seen this before...try 
killing the process with task manager and then log into your server via the 
client.

-- Sent from my HTC Desire on 3 --

- Reply message -
From: ext Tyler Poland tpol...@engineyard.com
Date: Tue, Oct 19, 2010 17:50
Subject: uninstall/reinstall
To: mysql@lists.mysql.com mysql@lists.mysql.com


  Tammie,

You might just try resetting the root password
http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html#resetting-permissions-windows.

Hope this helps,
Tyler



On 10/19/10 12:38 PM, Montgomery, Tammie wrote:
 I had an old version of mySQL on my computer but never used it. I thought I 
 knew the root password but it wouldn't let me in. I went ahead and 
 uninstalled it thinking I would get a newer version anyway. I used the 
 Windows interface to uninstall the previous version. It appeared to be gone 
 but when I installed the new version, it asked me what the previous root 
 password was and then give new one. I left previous blank and gave it the new 
 password. Now it has been sitting at the screen in the configuration wizard 
 for Apply security settings for about 20 minutes. How should I recover from 
 this?

 Barracuda 400 vers 3.5.12 Checked - Virus Free



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=andrew.2.mo...@nokia.com



RE: uninstall/reinstall

2010-10-20 Thread Montgomery, Tammie
Thanks all -

The solution was to change the password for root, kill the installer
using task manager and start the server. I used the Workbench to manage
the database instance. It all seems to be working fine now.

Thanks
Tammie

-Original Message-
From: andrew.2.mo...@nokia.com [mailto:andrew.2.mo...@nokia.com] 
Sent: Wednesday, October 20, 2010 1:09 AM
To: tpol...@engineyard.com; mysql@lists.mysql.com
Subject: Re: uninstall/reinstall

You mention the Windows installer has Hung. I have seen this
before...try killing the process with task manager and then log into
your server via the client.

-- Sent from my HTC Desire on 3 --

- Reply message -
From: ext Tyler Poland tpol...@engineyard.com
Date: Tue, Oct 19, 2010 17:50
Subject: uninstall/reinstall
To: mysql@lists.mysql.com mysql@lists.mysql.com


  Tammie,

You might just try resetting the root password
http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html#resett
ing-permissions-windows.

Hope this helps,
Tyler



On 10/19/10 12:38 PM, Montgomery, Tammie wrote:
 I had an old version of mySQL on my computer but never used it. I
thought I knew the root password but it wouldn't let me in. I went ahead
and uninstalled it thinking I would get a newer version anyway. I used
the Windows interface to uninstall the previous version. It appeared to
be gone but when I installed the new version, it asked me what the
previous root password was and then give new one. I left previous blank
and gave it the new password. Now it has been sitting at the screen in
the configuration wizard for Apply security settings for about 20
minutes. How should I recover from this?

 Barracuda 400 vers 3.5.12 Checked - Virus Free



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=andrew.2.mo...@nokia.com


Barracuda 400 vers 3.5.12 Checked - Virus Free

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



uninstall/reinstall

2010-10-19 Thread Montgomery, Tammie
I had an old version of mySQL on my computer but never used it. I thought I 
knew the root password but it wouldn't let me in. I went ahead and uninstalled 
it thinking I would get a newer version anyway. I used the Windows interface to 
uninstall the previous version. It appeared to be gone but when I installed the 
new version, it asked me what the previous root password was and then give new 
one. I left previous blank and gave it the new password. Now it has been 
sitting at the screen in the configuration wizard for Apply security settings 
for about 20 minutes. How should I recover from this?

Barracuda 400 vers 3.5.12 Checked - Virus Free


Re: uninstall/reinstall

2010-10-19 Thread Tyler Poland

 Tammie,

You might just try resetting the root password 
http://dev.mysql.com/doc/refman/5.1/en/resetting-permissions.html#resetting-permissions-windows.


Hope this helps,
Tyler



On 10/19/10 12:38 PM, Montgomery, Tammie wrote:

I had an old version of mySQL on my computer but never used it. I thought I 
knew the root password but it wouldn't let me in. I went ahead and uninstalled 
it thinking I would get a newer version anyway. I used the Windows interface to 
uninstall the previous version. It appeared to be gone but when I installed the 
new version, it asked me what the previous root password was and then give new 
one. I left previous blank and gave it the new password. Now it has been 
sitting at the screen in the configuration wizard for Apply security settings 
for about 20 minutes. How should I recover from this?

Barracuda 400 vers 3.5.12 Checked - Virus Free




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



Can't uninstall, reinstall, or otherwise get 4.0.12 to work on Mac OS X

2003-03-30 Thread Todd O'Bryan
I recently installed MySQL 4.0.12 on Mac OS X (using the package 
provided in the downloads section) and I must have corrupted something 
because I can't get the mysql command to work. I thought the easiest 
thing to do would be to uninstall the whole thing and start over, but I 
can't figure out how to do that.

I went to Marc Liyanages' website and downloaded his uninstall script, 
but it seems that the default name of the package has changed since he 
wrote that script, and I don't know enough about shell scripts to do 
much.

I have 3.23.52 up and running on another OS X computer, but I really 
need a working version on my iBook.

Any help, pointers, or insight greatly appreciated!

TIA,
Todd
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Can't uninstall, reinstall, or otherwise get 4.0.12 to work on Mac OS X

2003-03-30 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Sun, 30 Mar 2003, Todd O'Bryan wrote:

 I recently installed MySQL 4.0.12 on Mac OS X (using the package
 provided in the downloads section) and I must have corrupted something
 because I can't get the mysql command to work. I thought the easiest
 thing to do would be to uninstall the whole thing and start over, but I
 can't figure out how to do that.

 I went to Marc Liyanages' website and downloaded his uninstall script,
 but it seems that the default name of the package has changed since he
 wrote that script, and I don't know enough about shell scripts to do
 much.

 I have 3.23.52 up and running on another OS X computer, but I really
 need a working version on my iBook.

I think we should start adding a chapter Uninstalling MySQL to the
manual :)

Anyway, on Mac OS X it does not seem to be possible to removed installed
PKGs using some Package Management tool. To remove MySQL, you have to
recursively delete the following directories (make sure to backup any
important tables!):

  rm -rf /usr/local/mysql
  rm -rf /usr/local/mysql-version
  rm -rf /Library/Receipts/mysql-version.pkg

Hope that helps!

Bye,
LenZ
- -- 
For technical support contracts, visit https://order.mysql.com/?ref=mlgr
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /  Mr. Lenz Grimmer [EMAIL PROTECTED]
 / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Production Engineer
/_/  /_/\_, /___/\___\_\___/ Hamburg, Germany
   ___/   www.mysql.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQE+h+29SVDhKrJykfIRAkrYAJ420mpCDch8pdqmtIDdC+tV4tCY6ACfVh7/
WHBvnuLcGV5FUof4zdrHACA=
=iuMr
-END PGP SIGNATURE-

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]