Hi Randy,
I’m just back from vacation. Have you tried replacing the linux style “/” with the Windows style “\” for all of your command-line arguments?
Best Regards, Andrew.
![]()
Andrew Morgan - MySQL High Availability Senior Product Manager
+44-7833483595
andrew.morgan@oracle.com
@andrewmorgan
www.clusterdb.com
From: Randy Johnson [mailto:randy@randy.cc]
Sent: 25 August 2012 04:51
To: cluster@lists.mysql.com
Subject: Windows Cluster 7.2.7 Zip Download configdir issue
Hello,
I downloaded cluster 7.2.7 zip archive.
I am following the quick start guide and I am up to this command:
E:/mysql-cluster-gpl-7.2.7-winx64/cluster/mysql/bin/ndb_mgmd -f E:/mysql-cluster-gpl-7.2.7-winx64/cluster/conf/config.ini –-initial –-configdir=E:/mysql-cluster-gpl-7.2.7-winx64/cluster/conf
When I run that command I am receiving this error:

Here is the text in case the image does not come through:
E:\mysql-cluster-gpl-7.2.7-winx64\cluster\mysql>E:/mysql-cluster-gpl-7.2.7-winx6
4/cluster/mysql/bin/ndb_mgmd -f E:/mysql-cluster-gpl-7.2.7-winx64/cluster/conf/c
onfig.ini --initial --configdir=E:/mysql-cluster-gpl-7.2.7-winx64/cluster/conf
MySQL Cluster Management Server mysql-5.5.25 ndb-7.2.7
2012-08-24 23:46:55 [MgmtSrvr] INFO -- The default config directory 'C:/Prog
ram Files/MySQL/MySQL Server 5.5/mysql-cluster' does not exist. Trying to create
it...
Failed to create directory 'C:/Program Files/MySQL/MySQL Server 5.5/mysql-cluste
r', error: 3
2012-08-24 23:46:55 [MgmtSrvr] ERROR -- Could not create directory 'C:/Progra
m Files/MySQL/MySQL Server 5.5/mysql-cluster'. Either create it manually or spec
ify a different directory with --configdir=<path>
E:\mysql-cluster-gpl-7.2.7-winx64\cluster\mysql>
Am I doing something wrong?