MySQL Forums
Forum List  »  Router & Proxy

Re: weird issue with pooled connections losing their user
Posted by: Jan Kneschke
Date: August 26, 2007 09:07AM

This should be fixed in trunk now. Please use the:

$ LUA_PATH="lib/?.lua" ./src/mysql-proxy \
--proxy-lua-script=./lib/rw-splitting.lua \
--proxy-read-only-backend-addresses=:3307 \
--proxy-read-only-backend-addresses=...

for now. LUA_PATH points to the lib/ dir of the tar.gz where the rw-splitting.lua is located. rw-splitting.lua is advanced version of the tutorial-keepalive and handles more accesses and has better debugging.

--
Jan Kneschke, MySQL Enterprise Tools

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: weird issue with pooled connections losing their user
2105
August 26, 2007 09:07AM


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.