Hi,

Run mysqld_safe with the --log-bin switch (it will recreate a new bin log at
each crash, so it's much more simple to see which query is responsible for
the crash).

Regards,
  Jocelyn Fournier

----- Original Message -----
From: "Eric" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, October 18, 2002 6:37 PM
Subject: Re: ERROR 2013: Lost connection to MySQL server during query


> Hi,
>
> I know there is more than one reason that this error can occur, but I have
> not seen a good guide to debuging.
> It might help, if you are using DBI to do a trace to a log file. I have
> this happen every once in a while, but can't track it down because it is
> one query out of hundreds and I can't reproduce it.  The same query
> executing over and over and over, but sometimes it chokes with the Lost
> connection error.  Isn't there a way to make the mysql error log a LOT
more
> verbose?
>
> Eric
>
> At 11:56 AM 2002-10-18 -0400, //mikezero/ wrote:
> >[EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> 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