MySQL Forums
Forum List  »  NDB clusters

Installing cluster as a service on Windows
Posted by: MrReeman ReeMan
Date: March 05, 2012 08:58AM

I am trying to install cluster as a service as outlined in the following guide:

http://dev.mysql.com/doc/refman/5.5/en/mysql-cluster-install-windows-service.html

I have the sw located under the following directory:

d:\Program Files\MySQL\MySQL Server 5.5 Cluster\
and I have had the cluster running fine, but not installed as a service.
To install it as a service I am running the first command:

"d:\Program Files\MySQL\MySQL Server 5.5 Cluster\bin\ndb_mgmd.exe" --install=MySQLClusterMgmd --configdir="\"d:\Program Files\MySQL\MySQL Server 5.5 Cluster\conf"\"

Which returns an Service Successfully Installed message.

When I try and start this service I get the following error in event viewer:
Directory 'D:Program' specified with --configdir does not exist. Either create it or pass the path to an already existing directory..

I have gone through multiple iterations of quotation marks and single quotes, but I cannot get it installed.

Any help on the proper syntax would be great.
Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
Installing cluster as a service on Windows
2042
March 05, 2012 08:58AM


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.