MySQL Forums
Forum List  »  MySQL Administrator

Re: MySQL Error number 2003???
Posted by: Bill Karwin
Date: October 28, 2006 06:22PM

But you said that it failed to apply security settings. This means the root password you specified in the installer didn't get applied.

I suspect that the previous instance of MySQL was still running when you tried to install the new instance. You should check this with a query like "SELECT VERSION();". Does it return the version you just installed, or the previous version?

Generally trying to install MySQL while a previous MySQL server is still running causes all sorts of unclear errors. The best bet is to shut down the previous MySQL server ("C:\> sc stop MySQL") and maybe even uninstall it. Then install the new software. Even then some people have troubles until they delete the old config and log files from the previous server.

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
September 04, 2006 10:49AM
September 12, 2006 01:18PM
October 20, 2006 09:40PM
October 20, 2006 09:47PM
Re: MySQL Error number 2003???
October 28, 2006 06:22PM
December 26, 2006 11:39AM
September 27, 2007 03:04PM
January 27, 2007 09:13PM
February 06, 2008 11:04PM
June 29, 2008 02:51PM
February 04, 2008 01:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.