|
Posted by Pεl Gammelsζter on 12/05/05 20:53
> I need to make a 1 000 000 rows insert, and it's taking a lot more than
> 30
> seconds, my problem is that it will be a script that will work in many
> servers, I've no idea of how many, the set_time_limit does not work for
> many of the servers out there, so I'm in trouble, I've tryed to do a
> (...)
What about making the insertions on a local MySQL database and then using
PHPMyAdmin to export the data to file, and then using PHPMyAdmin to import
the data from file on the servers? Thats what I did in a similar situation.
- Paul
Navigation:
[Reply to this message]
|