Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

For serveral days I've been trying start MySQL on Windows. I have no problems installing it as a service but can't start it with the following command:

> net start mysql

However, I can start MySQL like so:

> mysqld --defaults-file="c:\mysql\my.ini"

The problem is that for some reason IIS does not run well doing it this way and the server freezes. It was running fine until I made some changes to the my.ini file. I've reverted them but it didn't help. I did a fresh install of mysql, removing all registries, and files from the applicationdata folder.

I don't know what else to try, any ideas would be appreciated!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.