I am trying to connect my sql node, management node and 1 data node in mysql cluster but when I try ndb_mgm
in management node then this output will display
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
id=2 @10.0.40.105 (mysql-5.5.25 ndb-7.2.7, Nodegroup: 0, Master)
[ndb_mgmd(MGM)] 1 node(s)
id=1 @10.0.40.119 (mysql-5.5.25 ndb-7.2.7)
[mysqld(API)] 2 node(s)
id=3 (not connected, accepting connect from any host)
mysqld is not connected but accepting connection from host
my config.ini and my.cnf file is correct I think port number is having some issue Any help is appreciated.