MySQL Forums
Forum List  »  Perl

Re: Why I can't insert more than 100,000 rows in a script?(mysql+php)
Posted by: Jonathan Stephens
Date: September 09, 2015 12:55AM

mysql_query($query) or die(mysql_error());

So... you should be seeing an error message when the query fails.

So... what's the error message?

And why are you asking about a PHP issue in the Perl topic area? :)

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: Why I can't insert more than 100,000 rows in a script?(mysql+php)
September 09, 2015 12:55AM


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.