MySQL Forums
Forum List  »  Install & Repo

Re: how do I restarting mysql server using windows 8.1
Posted by: Barry Galbraith
Date: June 01, 2014 09:33PM

Where your error log shows
2014-06-02 01:47:39 1320 [Note] c:\program files\mysql\mysql server 5.6\bin\mysqld: ready for connections.
Version: '5.6.14' socket: '' port: 3306 MySQL Community Server (GPL)
it indicates that your mysql server is running.

Then, when you try C:\Users\C11RVV>"c:\program files\mysql\mysql server 5.6\bin\mysqld" it will fail because you can only run mysqld once, unless you take steps to allow multiple instances, which you haven't.

What makes you think your mysql server isn't running?
Have you checked in your services list?
Start | Run "services.msc"

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: how do I restarting mysql server using windows 8.1
June 01, 2014 09:33PM


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.