Hi,

If I don't have health checks in place, should failover still happen
based on failed actual connections?
Below is an example of a config I had. Should that still failover or
is the check option required before it'll work?

listen  mysql_proxy :3306
       clitimeout 120000
       srvtimeout 30000
       contimeout 15000
       mode tcp
       balance roundrobin
       server server1 x.x.x.x:3306
       server server2 x.x.x.x:3306 backup
       server server1 x.x.x.x:3306 backup
       server server2 x.x.x.x:3306 backup

Thanks
Guy

-- 
Don't just do something...sit there!

Reply via email to