[NDBD DEFAULT] NoOfReplicas=2 [MYSQLD DEFAULT] [NDB_MGMD DEFAULT] [TCP DEFAULT] # Section for the cluster management node [NDB_MGMD] Id=1 # IP address of the management node (this system) HostName=xxx.xxx.xxx.xxx # Section for the storage nodes [NDBD] # IP address of the first storage node, duke Id=2 HostName=xxx.xxx.xxx.xxx DataDir= /var/local/lib/mysql-cluster [NDBD] # IP address of the second storage node, coffin Id=3 HostName=xxx.xxx.xxx.xxx DataDir=/var/local/lib/mysql-cluster # one [MYSQLD] per storage node [MYSQLD] [MYSQLD] [TCP] NodeId1=2 NodeId2=3 HostName1=yyy.yyy.yyy.yyy HostName2=yyy.yyy.yyy.yyy