MySQL Forums
Forum List  »  Newbie

Re: Missing Database
Posted by: Peter Brawley
Date: September 25, 2014 10:54AM

> In the windows services applet (local services) I cannot locate MySQL or Worbench.

WorkBench would not be a service. The MySQL server should be. After you have the server running, follow the guidance at http://dev.mysql.com/doc/refman/5.6/en/windows-start-service.html.

> "'mysqld' is not recognized as an internal or external command, operable program or batch file."

Again, in a command window navigate to the bin folder of the MySQL installation and run the command there. for a defaults-file argument use the path to the MySQL installation.

To simplify such tasks, add the full path to that bin folder to the Windows path; then you can call mysql executables from any folder.

Options: ReplyQuote


Subject
Written By
Posted
September 15, 2014 03:14AM
September 15, 2014 12:33PM
September 25, 2014 03:42AM
Re: Missing Database
September 25, 2014 10:54AM


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.