MySQL Forums
Forum List  »  Newbie

Re: Administrator stopped MySQL Server
Posted by: Lachlan Mulcahy
Date: May 16, 2005 12:22AM

Hi Rick,

I would first check to see why the MySQL server is not starting. This information should be visible in the error log which resides in your data directory. In your case it's probably something like:

C:\Program Files\MySQL\data\hostname.err

If you can't find anything useful in the error log open a command prompt and change directory to where you installed the MySQL server and do the following:

cd bin
mysqld --standalone

It could be that you have changed some configuration such that the server is now refusing to start. The information in the error log will tell you why the server doesn't want to start.

Hope this helps you out,

Kind Regards,

Lachlan Mulcahy, Melbourne, Australia
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Written By
Posted
Re: Administrator stopped MySQL Server
May 16, 2005 12:22AM


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.