Hi Raúl,
(CarobMySQL.cpp:202) - Connect (adding host):
host=node1.localhost.localdomain port=25322
From the logs it seems that you specified only the first controller in
the mysql_real_connect function. You must specify all the controllers like:
mysql_real_connect(mysql, "node1 node2", ...)
and you will get something like this in the log:
2007-01-08 14:12:15,308 DEBUG 3077404336 MySQLAPI.CarobCommon
(CarobMySQL.cpp:202) - Connect (adding host): host=node1 port=25322
2007-01-08 14:12:15,308 DEBUG 3077404336 MySQLAPI.CarobCommon
(CarobMySQL.cpp:202) - Connect (adding host): host=node2 port=25322
Regards,
Csaba
_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob