7 messages in com.mysql.lists.clusterRE: Disable cluster?
FromSent OnAttachments
Michael Bellears25 Sep 2006 19:42 
Adam Dixon25 Sep 2006 20:30 
Michael Bellears25 Sep 2006 20:52 
Adam Dixon25 Sep 2006 21:04 
Michael Bellears25 Sep 2006 21:06 
Stewart Smith25 Sep 2006 23:12 
Arne Hueggenberg27 Sep 2006 04:57 
Subject:RE: Disable cluster?
From:Michael Bellears (mich@generalcommunications.com.au)
Date:09/25/2006 08:52:30 PM
List:com.mysql.lists.cluster

Hi Adam,

Hi, It looks like your config is wrong, it appears to be that .11 is your managment node, however your /etc/my.cnf is telling the mysql server to connect to .12, which it seems to fail doing.

Perhaps just try changing this bit;

[MYSQL_CLUSTER] ndb-connectstring=192.168.1.12 << .11

And retry.

Tried that and restarted mysql, but it is still failing:

# ndb_mgm -- NDB Cluster -- Management Client -- ndb_mgm> show Unable to connect with connect string: nodeid=0,192.168.1.11:1186 Retrying every 5 seconds. Attempts left: 2 1, failed. ndb_mgm> quit

And still seeing:

ERROR 1105 (HY000): Failed to open 'album', error while unpacking from engine

Regards, MB