mySQL Cluster on windows problem
Posted by: Garey Guan
Date: February 21, 2012 07:03PM

hi, Experts,
i have 3 windows 2003 server
A: 192.168.10.249
B: 192.168.10.250
c: 192.168.10.245

i want to use those 3 server to configure cluster,
mySQL version: mysql-cluster-gpl-noinstall-7.1.3-win32

here is my config.ini:

[ndbd default]
NoOfReplicas=2
DataDir=D:\Program Files\mysqlcluster\datanode\mysql\bin\cluster-data
DataMemory=80M
IndexMemory=18M

[TCP DEFAULT]

[ndb_mgmd]
nodeid=1
HostName=192.168.4.249
DataDir=C:\mysql\mysql-cluster

[ndbd]
nodeid=2
HostName=192.168.4.245
datadir=D:\Program Files\mysqlcluster\datanode\mysql\cluster-data
[ndbd]
nodeid=3
HostName=192.168.4.250
datadir=D:\Program Files\mysqlcluster\datanode\mysql\cluster-data

[mysqld]
nodeid=4
HostName=192.168.4.249
[mysqld]
nodeid=5
HostName=192.168.4.250


but when i try to run ndb_mgmd.exe, encounter this error:

C:\mysql\bin>ndb_mgmd.exe --config-file="c:\mysql\bin\config.ini" --configdir="C:\mysql\mysql-cluster"
MySQL Cluster Management Server mysql-5.5.19 ndb-7.2.4
2012-02-22 03:09:15 [MgmtSrvr] ERROR -- Could not determine which nodeid to use for this node. Specify it with --ndb-
nodeid=<nodeid> on command line

pls help me, thanks.

Regards
Garey

Options: ReplyQuote


Subject
Views
Written By
Posted
mySQL Cluster on windows problem
7007
February 21, 2012 07:03PM
3507
February 21, 2012 09:52PM
2272
February 22, 2012 12:44AM
2215
February 22, 2012 02:01PM
1832
February 23, 2012 02:26PM
1714
April 28, 2012 11:56AM


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.