My Solution
Posted by:
Jan Krystof ()
Date: August 10, 2009 04:49AM
Hello,
I got the same error, during trying to configure Mysql mysql-5.1.37 by MSI (M$ installer).
Then, I downloaded ZIP, unzipped it and created a "service":
sc.exe is a windows binary...
--
sc.exe create MySql binPath= "c:\mysql-5.1.37\bin\mysqld.exe --defaults-file=c:\mysql-5.1.37\my-medium.ini"
--
after the "binPath=" parameter, there is really space.
HTH