MySQL Forums
Forum List  »  Router & Proxy

read queries are not executing on backend-read-only server
Posted by: Yogesh Malik
Date: July 20, 2009 06:17AM

I have two mysql server in master-slave setup,

i am using mysql-proxy 0.6.1

/usr/local/sbin/mysql-proxy --proxy-backend-addresses=db1:3306 --proxy-read-only-backend-addresses=db2:3306 --proxy-lua-script=split.lua

all my queries read and write are executing on proxy-backend-addresses db1,
how can i configure it to split read and write request.

thank you
yogesh

Options: ReplyQuote


Subject
Views
Written By
Posted
read queries are not executing on backend-read-only server
4486
July 20, 2009 06:17AM


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.