Hi,
I've setup MySql Cluster with 1 Mgt Node, 2 Data Nodes and 2 Sql Nodes.
Data nodes and Sql nodes are from the same machines.
Data Nodes are connected to the Cluster, but when i start the Sql Nodes, it gets started, but not connected to the Cluster.
I have done it earlier, but not sure why its not working now.
The Configuration detail for Data Nodes are as follows:
[mysqld]
server-id=5
[ndbcluster]
ndb-connectstring="host=192.168.150.130:3310"
datadir=/home/mysql-cluster-gpl-7.1.5/data
[mysql_cluster]
ndb-connectstring="host=192.168.150.130:3310"
Let me know if there is something wrong that iam doing.
Thanks.
I've setup MySql Cluster with 1 Mgt Node, 2 Data Nodes and 2 Sql Nodes.
Data nodes and Sql nodes are from the same machines.
Data Nodes are connected to the Cluster, but when i start the Sql Nodes, it gets started, but not connected to the Cluster.
I have done it earlier, but not sure why its not working now.
The Configuration detail for Data Nodes are as follows:
[mysqld]
server-id=5
[ndbcluster]
ndb-connectstring="host=192.168.150.130:3310"
datadir=/home/mysql-cluster-gpl-7.1.5/data
[mysql_cluster]
ndb-connectstring="host=192.168.150.130:3310"
Let me know if there is something wrong that iam doing.
Thanks.