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