MySQL Forums
Forum List  »  NDB clusters

Re: In NDB clustering one sql node is successfully connected but another is not.
Posted by: Jon Stephens
Date: September 23, 2021 04:00AM

If this is in your config.ini, remove it:

[mysqld]
ndbcluster
ndb-connectstring=192.168.7.130,192.168.7.134

[mysql_cluster]
ndb-connectstring=192.168.7.130,192.168.7.134

In the [mysqld] sections of config.ini, each HostName should be the address of the SQL node.

In my.cnf, the connection string should contain the address of the management server, not the address of the SQL node.

See whether making those changes sorts things for you.

Example.

cheers

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: In NDB clustering one sql node is successfully connected but another is not.
430
September 23, 2021 04:00AM


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.