MySQL Forums
Forum List  »  NDB clusters

Re: mysql cluster on Windows Server 2008r2
Posted by: Bernhard Ocklin
Date: March 13, 2012 04:45AM

Probably you found out that the mysqld were not properly started (or not properly connected) to the data nodes. If you see issues with replicating tables between nodes I'd first check

0) if both MySQL Server are connected to cluster (easy to forget e.g. ndbcluster entry in my.cnf)
1) if the storage engine is active (SHOW ENGINES).
2) if the respective database (e.g. test) is present on both MySQL Servers and
3) if you really created the tables with engine=ndb

Bernd

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysql cluster on Windows Server 2008r2
920
March 13, 2012 04:45AM


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.