On Wed, 2006-05-24 at 17:03 -0600, Jacob Becker wrote:
I'm trying to get my cluster to use a master slave configuration. I'm
currently using mysql 5.1.9. My question is this when go to check the
cluster configuration I get this setup.
which I find interesting because I gave id=1 to another server not the
management node. My current my.cnf is the following on 10.0.1.4.
# The MySQL server
[mysqld]
server-id=1
You are confusing the server-id used for replication with the NodeID
used in Cluster. The node ids are totally separate to the server-id.
Jumpstart your cluster:
http://www.mysql.com/consulting/packaged/cluster.html