IP list in Percona 5.5.23

Hi,

You know with the new version of Percona, it’s able to pass list of IP addresses for a new node, it will connect to the first available.
But I don’t know how to configure it.

Can you help me

Thx

Add the following to my.cnf:

[mysqld_safe]wsrep__urls=gcomm://node1:port1,gcomm://node2:port2,gcomm://

it will first try node1:port1, then node2:port2 and if no success, will form a new cluster.

Hi ayurchen,

Thx a lot for your response. I’m so excited to test it but before I have 2 questions.
I must create mysql_safe section or can I use mysqld section ?
What am I doing with wsrep_cluster_address ? I comment it ?

Thx again for your help