MySQL Forums
Forum List  »  Router & Proxy

Craching
Posted by: Alexandr L
Date: September 06, 2007 04:09AM

Hello.
We have a mysql application that connects to couple mysql servers (master-master replica) . mysql-proxy seems to be a great solution for this problem.

I'm running the 0.5.1 version on CentOS 4.4 (x86).
MySQl-proxy dies:

file network-mysqld-proto.c: line 99 (network_mysqld_proto_get_int_len): assertion failed: (*_off + size <= packet->len)

Start script:
nohup ./mysql-proxy \
--proxy-backend-addresses=192.168.xx.1:3306 \
--proxy-backend-addresses=192.168.xx.2:3306 &

Options: ReplyQuote


Subject
Views
Written By
Posted
Craching
5871
September 06, 2007 04:09AM
2556
September 06, 2007 04:39AM
2798
September 06, 2007 05:09AM
2542
September 06, 2007 05:10AM
2727
September 06, 2007 05:14AM
2791
September 06, 2007 12:05PM
2660
September 06, 2007 12:21PM
2829
September 10, 2007 02:51AM
3181
September 10, 2007 03:16AM


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.