MySQL Forums
Forum List  »  NDB clusters

Re: Unable to connect with connect string: nodeid=0,localhost:1186
Posted by: Jonathan Stephens
Date: December 18, 2014 04:08AM

ndb_mgm doesn't connect to the data nodes; it connects to the management server.
Try starting it with the --ndb-mgmd-host option and the management server's IP address, e.g.

ndb_mgm --ndb-mgmd-host=192.168.1.100

See http://dev.mysql.com/doc/refman/5.6/en/mysql-cluster-program-options-common.html#option_ndb_common_ndb-mgmd-host

You can also use the --ndb-connectstring or --connect-string option to provide the management server's address to ndb_mgm.

cheers

jon.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Unable to connect with connect string: nodeid=0,localhost:1186
13242
December 18, 2014 04:08AM


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.