MySQL Forums
Forum List  »  NDB clusters

Re: ndbd can't connect to mgm - ERROR 2805
Posted by: Adam D
Date: April 28, 2006 04:20PM

Ensure that the locations you specify in your config are already created on each node before you start them.

Your also telling your ndbd daemon to put its files in /mnt/disk/rso/rso7/mysql/data and then also telling your mysqld to use this as a datadir. Dont do this, these files are not related at all.

Change your my.cnf to something simple like this;

[MYSQLD] # Options for mysqld process:
ndbcluster # run NDB engine
ndb-connectstring=10.0.0.71 # location of MGM node
[MYSQL_CLUSTER] # Options for ndbd process:
ndb-connectstring=10.0.0.71 # location of MGM node

Options: ReplyQuote


Subject
Views
Written By
Posted
10191
April 28, 2006 07:03AM
Re: ndbd can't connect to mgm - ERROR 2805
4078
April 28, 2006 04:20PM


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.