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
5674
September 06, 2007 04:09AM
2473
September 06, 2007 04:39AM
2703
September 06, 2007 05:09AM
2474
September 06, 2007 05:10AM
2646
September 06, 2007 05:14AM
2703
September 06, 2007 12:05PM
2571
September 06, 2007 12:21PM
2740
September 10, 2007 02:51AM
3113
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.