MySQL Forums
Forum List  »  NDB clusters

Re: How to verify work of Data Node in MySQL cluster?
Posted by: Jon Stephens
Date: May 13, 2019 08:36AM

Create an NDB table in the mysql client. Insert data into it, select data from it. If the insertions and queries succeed, the data nodes are working. See https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-example-data.html for some examples.

The Internals documentation is not usually necessary for normal use of NDB Cluster.

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to verify work of Data Node in MySQL cluster?
635
May 13, 2019 08:36AM


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.