Bug #53486 Can't start service if the service name has space character
Submitted: 7 May 2010 13:13 Modified: 31 Mar 2014 7:52
Reporter: Zoltn Varga Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Config Wizard Severity:S1 (Critical)
Version:5.1.46 OS:Windows (XP)
Assigned to: CPU Architecture:Any
Tags: install

[7 May 2010 13:13] Zoltn Varga
Description:
I run the install software and set the service name to "Mysql 5.1"
The install software set the service run command to:
"c:\mysql51\bin\mysqld" --defaults-file="c:\mysql51\my.ini" MySQL 5.1
and the service can't start.

I use regedit and change this command to this:
"c:\mysql51\bin\mysqld" --defaults-file="c:\mysql51\my.ini" "MySQL 5.1"
and the service is running after restart.

How to repeat:
I try install without space and the install successfully completed but with space the install is stop with error while trying to start service at end page of install software.
[7 May 2010 22:55] MySQL Verification Team
Thank you for the bug report.
[12 May 2010 5:21] Peter Laursen
I noted that in one of my reports 1-2 years back too.
[31 Mar 2014 7:52] Yngve Svendsen
Thank you for the bug report. We are closing this report now for two related reasons:

* MySQL Server 5.1 is EOL as of Jan 2014
* For newer MySQL Server versions, the config wizard is no longer available, and the MySQL Installer for Windows is the recommended way to install MySQL Server on Windows