Re: Debian MySQL Perl DBI - connection terminates unexpectedly after 100 secs.



John wrote:
Hi

I'm updating a MySQL table with about 2 million records. After about 100 seconds the program ends with no error message. If I use LIMIT 800000,50000 the part where it stopped is OK so the UPDATE part is OK.

Is there a time out parameter? Or am I running out of memory. Can the memory be increased?

Check line 24.
.



Relevant Pages