Page 1 of 1

MYSQL Service does not start

PostPosted: 20. September 2009 11:38
by Fragglechen
When i try to start the MYSQL Service from Servicemenu i only get Error:

Service terminate unexpectly...

don't know why. Manual start of console seems to work

Re: MYSQL Service does not start

PostPosted: 20. September 2009 15:53
by Gadrin
Download the MySQL Manual for your version at:
http://dev.mysql.com/doc/#refman

(I like the CHM version)

Checkout Chapter 5.2.1, The Error Log and also Appendix B. Errors, Error Codes, and Common Problems
or view the online documentation.

Code: Select all
--log-error=file_name

Write the error log to the given file. See Section 5.2.1, “The Error Log”.


This way when you start MYSQL you can see what errors you're getting.

>