Re: problem encounter when configure auto-failover for mysql (ChrisParker)

2002-05-20 Thread CheongMeng
Hi Chris, I check out the latest CVS and tried, however the auto-failover still not working. I changed the part of the code to make it work, explicitly release a sql socket when a query fail, and get a new socket b4 every query execution. I wonder will this cause any performance issues, need

Re: problem encounter when configure auto-failover for mysql (Chris Parker)

2002-05-20 Thread Alan DeKok
CheongMeng [EMAIL PROTECTED] wrote: I check out the latest CVS and tried, however the auto-failover still not working. I changed the part of the code to make it work, explicitly release a sql socket when a query fail, and get a new socket b4 every query execution. I wonder will this cause

problem encounter when configure auto-failover for mysql

2002-05-16 Thread CheongMeng
Hi, I am using freeradius-0.5 and mysql 3.23.49. I tried to setup 2 accounting server for a radius server, ie: radius server A will always write accounting to mysql server B. when mysql server B down, radius server A should send accounting to its local mysql server. In my radiusd.conf :

Re: problem encounter when configure auto-failover for mysql

2002-05-16 Thread Chris Parker
At 04:54 PM 5/16/2002 +0800, CheongMeng wrote: Hi, I am using freeradius-0.5 and mysql 3.23.49. I tried to setup 2 accounting server for a radius server, ie: radius server A will always write accounting to mysql server B. when mysql server B down, radius server A should send accounting to its

Re: problem encounter when configure auto-failover for mysql

2002-05-16 Thread Do-Risika RAFIEFERANTSIARONJY
CheongMeng wrote: Hi, I am using freeradius-0.5 and mysql 3.23.49. I tried to setup 2 accounting server for a radius server, ie: radius server A will always write accounting to mysql server B. when mysql server B down, radius server A should send accounting to its local mysql server. i