MySQL Forums
Forum List  »  Router & Proxy

Resolved: Mysql proxy not working when slave server stops
Posted by: Gautam Prashant
Date: February 27, 2012 09:43PM

Hi,

This issue has been resolved. The problem was in the conf file.

**********************************************************************

# db0
proxy-backend-addresses = 10.210.6.260:9606

# db1
proxy-backend-addresses = 10.210.6.261:9606

***********************************************************************

I changed this to:

***********************************************************************

proxy-backend-addresses=10.210.6.260:9606,10.210.6.261:9606


************************************************************************

And the problem got resolved. Hence we should give the IP addresses in a single line for failover scenerio to work.

Options: ReplyQuote


Subject
Views
Written By
Posted
Resolved: Mysql proxy not working when slave server stops
2172
February 27, 2012 09:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.