Bug #9231 Configuration wizzard aborted trying to start service
Submitted: 16 Mar 2005 22:18 Modified: 17 Mar 2005 0:29
Reporter: Sean O'Shuaghnessy Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Installing Severity:S2 (Serious)
Version:4.1 OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

[16 Mar 2005 22:18] Sean O'Shuaghnessy
Description:
After installing MySql Server 4.1 & attempting to run the Configuration wizzard it aborts at the last step when I click execute saying it can't start the service.
Prepare configuration & write configuration file works fine but the start service aborts.
The error says 'Cannot create Windows service for MySql. Error 0

How to repeat:
Run the installion wizard, then run the configuration wizard & execute at the end.
[17 Mar 2005 0:29] MySQL Verification Team
I wasn't able to repeat this issue.

Additional Info:

Verify in Control Panel -> Services if actually the service not exists.
If exists look in the service properties if the image path is the same
as the configuratiom wizard tried to install, in this case you can to
remove it issuing from a DOS prompt:

mysqld-nt --remove
or
mysqld-nt --remove "service_name"

and try to run again the configuration wizard.