MySQL Forums
Forum List  »  NDB clusters

Re: Problem with simple cluster?
Posted by: Jonathan Miller
Date: June 24, 2005 06:13AM

Michael,

You only have on mysqld configured:

[mysqld]
Id=4
HostName=10.1.1.13

If you want to start another from 10.1.1.12 like the error shows:

Configuration error: Could not alloc node id at 10.1.1.10 port 1186: Connection done from wrong host ip 10.1.1.12.

Then you need to add it to the configuration

[mysqld]
Id=5
HostName=10.1.1.12

Best regards.

Options: ReplyQuote


Subject
Views
Written By
Posted
13151
June 23, 2005 04:04PM
Re: Problem with simple cluster?
6286
June 24, 2005 06:13AM
5051
June 24, 2005 12:16PM
4471
June 25, 2005 12:22PM


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.