MySQL Forums
Forum List  »  NDB clusters

Re: data going to sqlnode datadir in NDB config
Posted by: Jon Stephens
Date: November 03, 2018 03:30AM

Quote

But when I create databases from sqlnode, they are going in to sqlnode's local datadir. they are not going in to ndb nodes.

Creating a database always creates a corresponding directory under the SQL node's DataDir. Storage engines apply to tables, not to databases.

If you create a table on one SQL node with
ENGINE=NDB
it should be accessible from all SQL nodes connected to the same cluster. If you have not already done so, try doing so and seeing if it's not the case.

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: data going to sqlnode datadir in NDB config
548
November 03, 2018 03:30AM


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.