MySQL Forums
Forum List  »  NDB clusters

Re: cluster config.ini not update
Posted by: Mikael Ronström
Date: August 29, 2017 03:53AM

If you are changing the configuration to add a MySQL Server you need to do the
following:

1) Edit the config.ini file (You've done that)
2) Restart management server with the proper flags (Here is how to do that):
ndb_mgmd --config-file=/path/config/config.ini --reload

The reload flag says that you should reload the new config file and
change the configuration to use the new one.

After that ndb_mgm will show the new MySQL Server.

3) Restart data nodes (preferably one at a time if you want an online change)
Before starting the MySQL Server the data nodes must both be restarted since
otherwise they will not know about the new MySQL Server.

Options: ReplyQuote


Subject
Views
Written By
Posted
1222
August 29, 2017 02:04AM
563
August 29, 2017 02:08AM
Re: cluster config.ini not update
661
August 29, 2017 03:53AM


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.