MySQL Forums
Forum List  »  Install & Repo

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

Options: ReplyQuote


Subject
Written By
Posted
May 02, 2007 10:32AM
March 26, 2009 05:19PM
May 17, 2009 07:38AM
May 23, 2009 05:53AM
My Solution
August 10, 2009 04:49AM
August 13, 2009 04:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.