Re: MySQL error 2013

2004-02-22 Thread Gabriel Ambuehl
Hi Derrick Ryalls,
you wrote.

DR I have even tried firing up mysqld with --skip-grant-tables to no avail.

DR Googling around, I see lots of reference to glibc issues, but I thought
DR that only applied to Linux.  I have tried mysql41-server port (fresh
DR cvsup), mysql40, and a package mysql323, and they all have the same
DR issue.  That leads me to believe that the o/s has the issue, not mysql.
DR Does anyone have a clue on what I need to check/upgrade?

DR Current system:  FreeBSD 4.9-RC #0: Tue Oct  7


Does your MySQL daemon crash (look at /var/db/mysql/*err) ? Because I'm
currently seeing this on CURRENT, but STABLE works perfectly for me...




Regards,
Gabriel

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MySQL error 2013

2004-02-22 Thread Erik Greenwald
On Sat, Feb 21, 2004 at 11:38:11PM -0800, Derrick Ryalls wrote:
snip
 Googling around, I see lots of reference to glibc issues, but I thought
 that only applied to Linux.  I have tried mysql41-server port (fresh
 cvsup), mysql40, and a package mysql323, and they all have the same
 issue.  That leads me to believe that the o/s has the issue, not mysql.
 Does anyone have a clue on what I need to check/upgrade?
 
 Current system:  FreeBSD 4.9-RC #0: Tue Oct  7

yeah, glibc would be linux only... but there're a couple pr's for this
issue on freebsd right now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/62845
http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/63213

(currently, there is no fix.. the workaround is to connect via a local
socket/pipe).

Mind if I ask what cpu/mb you're operating on?

-- 
-Erik [EMAIL PROTECTED] [http://math.smsu.edu/~erik]

The opinions expressed by me are not necessarily opinions. In all probability,
they are random rambling, and to be ignored. Failure to ignore may result in
severe boredom or confusion. Shake well before opening. Keep Refrigerated.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


MySQL error 2013

2004-02-21 Thread Derrick Ryalls
I have been trying to get a working mysql daemon that allows connections
from remote hosts.  I can connect via local host just fine, but any time
I try from my XP desktop via command center (or another remote client),
I get this error immediately:

ERROR 2013: Lost connection to MySQL server during query

I have even tried firing up mysqld with --skip-grant-tables to no avail.

Googling around, I see lots of reference to glibc issues, but I thought
that only applied to Linux.  I have tried mysql41-server port (fresh
cvsup), mysql40, and a package mysql323, and they all have the same
issue.  That leads me to believe that the o/s has the issue, not mysql.
Does anyone have a clue on what I need to check/upgrade?

Current system:  FreeBSD 4.9-RC #0: Tue Oct  7

Thanks in advance.

-Derrick

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]