2 messages in com.mysql.lists.clusterRe: setting up master/slave clusters
FromSent OnAttachments
Jacob Becker24 May 2006 16:02 
Stewart Smith25 May 2006 04:57 
Subject:Re: setting up master/slave clusters
From:Stewart Smith (stew@mysql.com)
Date:05/25/2006 04:57:12 AM
List:com.mysql.lists.cluster

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