MySQL Forums
Forum List  »  Router & Proxy

mysql proxy - every other query
Posted by: Nathan Stratton
Date: February 22, 2008 01:16PM

I tried to use the latest SVN mysql proxy and as soon as I sent a query to it it seg fulted, so I went to an older release (0.6.1) and now have something that sorta works.

The first 10 queries work fine, but then started with 11 every other query works (see below).
mysql-proxy --proxy-address=10.11.0.101:3306 --proxy-read-only-backend-addresses=10.11.0.101:4040 --proxy-backend-addresses=10.10.0.101:3306 --proxy-lua-script=/usr/share/mysql-proxy/rw-splitting.lua

[root@netmon libexec]# mysql -pbenzOate -h 10.11.0.101 -D LERG -e "select count(*) from LERGDATE;" -P 4040
+----------+
| count(*) |
+----------+
|        1 | 
+----------+
[root@netmon libexec]# mysql -pbenzOate -h 10.11.0.101 -D LERG -e "select count(*) from LERGDATE;" -P 4040
+----------+
| count(*) |
+----------+
|        1 | 
+----------+

....

[root@netmon libexec]# mysql -pbenzOate -h 10.11.0.101 -D LERG -e "select count(*) from LERGDATE;"
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading final connect information', system error: 0
[root@netmon libexec]#
-Nathan



Edited 1 time(s). Last edit at 03/28/2008 12:53AM by Jan Kneschke.

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql proxy - every other query
5167
February 22, 2008 01:16PM
3335
February 23, 2008 05:25AM
6022
February 23, 2008 04:13PM
3499
February 26, 2008 06:00AM


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.