MySQL Forums
Forum List  »  NDB clusters

Re: Initial cluster setup
Posted by: Jonathan Miller
Date: July 06, 2005 05:13AM

The list below would go in the config.ini and allow 4 mysqld process to attach to the cluster from 4 different computers.


[mysqld]
Id: 14
HostName: MyComputer1 or IP Address

[mysqld]
Id: 15
HostName: MyComputer2 or IP Address

[mysqld]
Id: 16
HostName: MyComputer3 or IP Address

[mysqld]
Id: 17
HostName: MyComputer4 or IP Address

I was stating that 2 computers would work, but 3 or more is better for HA.

Thanks,

Jonathan Miller
Austin, Texas USA
Senior QA Developer

MySQL AB www.mysql.com

Jumpstart your cluster!
http://www.mysql.com/consulting/packaged/cluster.html

Get training on clusters
http://www.mysql.com/training/courses/mysql_cluster.html

All-in-one Enterprise-grade Database, Support and Services
http://www.mysql.com/network/

Options: ReplyQuote


Subject
Views
Written By
Posted
2780
July 05, 2005 12:09PM
1815
July 05, 2005 04:54PM
Re: Initial cluster setup
2038
July 06, 2005 05:13AM
1969
July 06, 2005 03:45PM
1940
July 06, 2005 03:57PM
1901
July 06, 2005 07:19PM


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.