Re: Problem with simple cluster?
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.
Subject
Views
Written By
Posted
13168
June 23, 2005 04:04PM
Re: Problem with simple cluster?
6296
June 24, 2005 06:13AM
5057
June 24, 2005 12:16PM
5483
June 24, 2005 12:43PM
4476
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.