Bug #39305 mysql-proxy aborted when connect from remote server.
Submitted: 8 Sep 2008 9:56 Modified: 11 Sep 2008 5:09
Reporter: yang jianyu Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Proxy Severity:S3 (Non-critical)
Version:0.7 OS:Linux (centos 4.4)
Assigned to: CPU Architecture:Any
Tags: network_mysqld_proto_get_lenenc_int

[8 Sep 2008 9:56] yang jianyu
Description:
server: 192.168.0.10
/usr/local/sbin/mysql-proxy &

** ERROR:(network-mysqld-proto.c:72):network_mysqld_proto_get_lenenc_int: assertion failed (off < packet->data->len): (38 < 37)
Aborted

server: 192.168.0.11
mysql -utest -ptest -h192.168.0.10 -P4040 test
ERROR 2013: Lost connection to MySQL server during query

use localhost is okay.

How to repeat:
every time.

on remote hosts.
[9 Sep 2008 6:38] Elvis Guo
Is it because the client is low version?
[10 Sep 2008 12:35] Sveta Smirnova
Thank you for the report.

Please indicate version of mysql client running on the host server 192.168.0.11
[11 Sep 2008 4:45] yang jianyu
thanks a lot.

my mysqlclient is too old.

[jianyu@localhost jianyu]$ mysql -V
mysql  Ver 11.18 Distrib 3.23.58, for pc-linux (i686)

I tried 4.1 , it works well.

I'll upgrade later, thanks.
[11 Sep 2008 5:09] Sveta Smirnova
Thank you for the feedback.

Closed as "Not a Bug", because last comment.