Hello,

$link = mysqli_connect('192.168.1.155:25322', 'user', '');

Just modify to:

$link = mysqli_connect('192.168.1.155 192.168.1.156', 'user', '');

The controllers are separated by space. If Sequoia was installed with the 
default settings, you don't need to specify the port when you are connecting. 
Also LMS will translate port 3306 to 25322 on the fly.

Of course you can specify the ports also:

$link = mysqli_connect('node1:port1 node2:port2', 'user', '');

Regards,
Csaba

_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to