Indrek,
I upgraded to 3.23.56 using the rpm's. Now I get
> mysql -uroot test < create.sql
> mysql -uroot test < insert.sql
> mysql -uroot test < insert.sql
ERROR 2013 at line 1: Lost connection to MySQL server during query
> mysql -uroot test < insert.sql
> mysql -uroot test < insert.sql
ERROR 2013 at line 1: Lost connection to MySQL server during query
> mysql -uroot test < insert.sql
> mysql -uroot test < insert.sql
ERROR 2013 at line 1: Lost connection to MySQL server during query
> mysql -uroot test < insert.sql
> mysql -uroot test < insert.sql
ERROR 2013 at line 1: Lost connection to MySQL server during query
.
.
.
So it seems to kind of work, but I get the "Lost connection" error every
other time. I can see the rows in the database, so something is getting in
there, but the row count indicates that only the error-free inserts did
anything.
On Fri, 14 Mar 2003, Indrek Siitan wrote:
> I was unable to repeat this. Can you try upgrading to the latest version
> (3.23.55 currently, but 3.23.56 with numerous bug fixes should be out today
> or tomorrow, if you could wait for that) and see if the problem persists. If
> possible, please try our binary/rpm instead of compiling on your own.
-- Mark