MySQL Forums
Forum List  »  Router & Proxy

Re: read-only and normal backends . what's the default behaviour?
Posted by: Amr Hamdy
Date: August 28, 2007 07:53AM

I've just compiled and installed revision 185

I'm using this command to start the proxy

cd mysql-proxy-source

LUA_PATH="lib/?.lua" mysql-proxy --proxy-lua-script=./lib/rw-splitting.lua --proxy-address=:3306 --proxy-backend-addresses=192.168.99.244:3306 --proxy-read-only-backend-addresses=192.168.99.243:3306


I can see that both backends are getting the read-only connections which is nice .. but will there any write queries directed to the read-only backend?

Options: ReplyQuote




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.