Cannot create Windows Service for MySQL.Error:0
I was installing MySQL on a Windows 2008 64bits machine today. The installation went smooth as usual, I got the MySQL configuration screen wizard at the end of the MySQL installation and went through filling in those service configuration details, MySQL root ..etc. However, at the end of the execution part where it writes the changes, it shows the following message during the attempt to start the MySQL services.
Cannot create Windows Service for MySQL.Error:0
It was my first time getting this message as I have been setting up MySQL for lots of Windows server without any issues on the past. Here’s what I did to get it resolve:
1. Start > All Programs >MySQL > MySQL Server 5.x > MySQL Server Instance Config Wizard.
2. Hit the Next and select the options “Remove Instance” and complete the process.
3. Fire up the MySQL Server Instance Config again, this time select the Configure Instance with Standard Configuration and go through the setup again. It should get your MySQL configured again.
The possible cause of the error is due to the MySQL Services has been installed and started on your server’s prior to the configuration by MySQL. Removing the installed instances and reset it up will help to resolve this.
164 Comments to “Cannot create Windows Service for MySQL.Error:0”
Post comment
Categories
Recent Posts
- yum update – TypeError: unsubscriptable object
- Magento with Windows IIS
- Helm3 : File Manager Not Showing any Files
- Helm4 Error on Remove Domain
- SQL 2008 Maintenance Plan Execution Error
Recent Comments
- tbx on Cannot create Windows Service for MySQL.Error:0
- bhumi on Cannot create Windows Service for MySQL.Error:0
- Sue on Cannot create Windows Service for MySQL.Error:0
- Shubham on Cannot create Windows Service for MySQL.Error:0
- Tommy on Cannot create Windows Service for MySQL.Error:0


Thanks for the steps dude … it worked out fine for me 2
Thanks man, it is working.
Delete the service without uninstalling mysql,
simply go to the command prompt
and type
“sc delete mysql”
and then
start the config wizard,
Santhanam
WORKS! THX!
it didn’t work for me. I’ve tried it a lot of times already.
didint work for me to and i did this anyway also changed the port it used no luck it just wont start any other idears would help cheers
It also worked great for me!
Thank you
thanks buddy..
bt it didn’t work 4 me …..???
cn u suggest me another trick through which i able to resolve this problem
Thankyou buddy! it works
Delete the service without uninstalling mysql,
simply go to the command prompt
and type
“sc delete mysql”
and then
start the config wizard,
Santhanam
This above works good =] As he said and As the one Andy posted didn’t work for Me, Santhanams did.
Worked for me too.
Thanks
its not work..where did you found ‘remove instance’. its not locate in MySQL Server Instance Config Wizard. anyway, thanks
worked for me too
wow, it works man