2 messages in com.mysql.lists.bugsRe: bug with solaris/intel
FromSent OnAttachments
Monte Ohrt19 Sep 2001 08:51 
Sasha Pachev19 Sep 2001 11:04 
Subject:Re: bug with solaris/intel
From:Sasha Pachev (sas@mysql.com)
Date:09/19/2001 11:04:08 AM
List:com.mysql.lists.bugs

On Wednesday 19 September 2001 09:51, Monte Ohrt wrote:

Hi,

I believe I have a bug, a quite fundamental one.

I cannot connect to mysql via TCP on solaris/intel. When I try to connect, it gives the following error:

ERROR 2013: Lost connection to MySQL server during query

However, I _can_ connect if I use "localhost" from the same physical server, avoiding a TCP connection method.

I am able to reproduce the bug on both Solaris 7 and 8 INTEL platform. (Solaris Sparc works fine)

This bug has been confirmed with mysql 3.23.38 and 3.23.42, compiled trying both sun CC compiler and gcc.

The only way I have found to circumvent the problem is to downgrade to mysql 3.22.X

How-To-Repeat:

try to connect to solaris/intel host running mysqld.

$> mysql -h my.host.com -u root -p Password:

ERROR 2013: Lost connection to MySQL server during query

Can you give us access to your Solaris Intel machine?