Ah! Thanks, this gave me the clue.  I had to up the limit of openfiles

(csh/OpenBSD) limit openfiles 1024 (from 64) and it works like a
charm now.  Thanks!


----- Original Message -----
From: "Gelu Gogancea" <[EMAIL PROTECTED]>
To: "Steve Mertz" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, July 09, 2002 4:31 PM
Subject: Re: Lost connection to MySQL server during query


> Hi,
>
> My opinion:
> This can be a very good reason to kill the socket(is a file too) which is
> open during query.
> This error show you that you have too many open files in the system.I
tested
> something like this(Linux - Red Hat 7.2) some time ago and after 2000
(this
> mean sockets) clients connected this error occured.
>
> Regards,
>
> Gelu
> _____________________________________________________
> G.NET SOFTWARE COMPANY
>
> Permanent e-mail address : [EMAIL PROTECTED]
>                                           [EMAIL PROTECTED]
> ----- Original Message -----
> From: "Steve Mertz" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, July 09, 2002 11:49 PM
> Subject: Re: Lost connection to MySQL server during query
>
>
> > No, nothing other than the startup and shutdown messages.
> >
> > And every once and a while:
> > 020708 21:00:46  Error in accept: Bad file descriptor
> >
> > But this doesn't happen all the time after restarting the database and I
> > still
> > have problems so I don't think that this is related.
> >
> > Thanks!
> > -- Steve
> >
> >
> >
> > ----- Original Message -----
> > From: "Michael Bacarella" <[EMAIL PROTECTED]>
> > To: "Steve Mertz" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Tuesday, July 09, 2002 3:43 PM
> > Subject: Re: Lost connection to MySQL server during query
> >
> >
> > > Is there anything in the error log?
> > >
> > > See mysql/data/hostname.err
> > >
> > > -M
> > >
> > > On Tue, Jul 09, 2002 at 03:26:17PM -0500, Steve Mertz wrote:
> > > > I keep getting "Lost connection to MySQL server during query"
> > > >
> > > > marcos:mysql-3.23.51 {117} mysqladmin version
> > > > mysqladmin: connect to server at 'localhost' failed
> > > > error: 'Lost connection to MySQL server during query'
> > > >
> > > > Server timeout is set for 8 hours (default) and I have been trying
> > > > to hit the server all within a couple of minutes.
> > > >
> > > > Sometimes it works, sometimes it doesn't. (below is a repeat of the
> > > > command 2 minutes after the first one was issued.)
> > > >
> > > >
> > > > marcos:mysql-3.23.51 {120} !!
> > > > mysqladmin version
> > > > mysqladmin  Ver 8.23 Distrib 3.23.51, for unknown-openbsd3.1 on i386
> > > > Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
> > > > This software comes with ABSOLUTELY NO WARRANTY. This is free
> software,
> > > > and you are welcome to modify and redistribute it under the GPL
> license
> > > >
> > > > Server version          3.23.51-log
> > > > Protocol version        10
> > > > Connection              Localhost via UNIX socket
> > > > UNIX socket             /tmp/mysql.sock
> > > > Uptime:                 10 min 57 sec
> > > >
> > > > Threads: 2  Questions: 108  Slow queries: 0  Opens: 34  Flush
tables:
> 1
> > > > Open tables: 28 Queries per second avg: 0.164
> > > >
> > > > marcos:mysql-3.23.51 {121} uname -a
> > > > OpenBSD marcos 3.1 marcos#5 i386
> > > >
> > > > What should I start looking for?  (below is "mysqladmin variables")
> > >
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
> >
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
>



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to