MySQL Forums
Forum List  »  Perl

Re: Why I can't insert more than 100,000 rows in a script?(mysql+php)
Posted by: nino walker
Date: April 07, 2009 11:58AM

I would say check your PHP.ini file, the script most likely times out before the full 100K has been inserted.

you can set php to wait longer on a script to finish or do smaller batches of inserts.

Options: ReplyQuote


Subject
Written By
Posted
April 30, 2008 04:01AM
August 30, 2008 03:24PM
Re: Why I can't insert more than 100,000 rows in a script?(mysql+php)
April 07, 2009 11:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.