Hi,
Thanx for your mail
You are right....in my case the mysqld is getting restarted.
But, whey is mysqld getting restarted and giving the Lost Connection error.
How can i avoid that??
Thanx
anil
----- Original Message -----
From: "Dicky Wahyu Purnomo" <[EMAIL PROTECTED]>
To: "Anil Garg" <[EMAIL PROTECTED]>
Sent: Saturday, June 29, 2002 9:04 AM
Subject: Re: Lost Connection to mysql server during query


> Pada Thu, 27 Jun 2002 10:59:48 -0400
> "Anil Garg" <[EMAIL PROTECTED]> menulis :
>
> > Now when i try to insert by using the following query:
> >
> > INSERT INTO 1_polls VALUES (1,'This web site
is...',1,1,7,20011223105127);
> >
> > It gives  the error:
> > Error 2013 at line 235: Lost connection to MySQL server during query
> >
> > If i decrease the lenght of time stamp in the INSERT query
> >
> > INSERT INTO 1_polls VALUES (1,'This web site is...',1,1,7,2001122);
> >
> >  it works fine.
> >
> > Can anyone help me by telling wots going wrong here!!
>
> Have you retry the first query again ?
>
> Usually, Lost Connection .... happens because your query process has been
killed by someone else (or even the system - maybe something related to
query timeout values) or the mysqld was restarted.
>
> --
> People disagree with me.  I just ignore them.
> -- Linus Torvalds, regarding the use of C++ for the Linux kernel


---------------------------------------------------------------------
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