Jump to content

Install script


mrbuter

Recommended Posts

What is the best way to do this?

 

I made a script which makes the tables etc. Works fine.

 

Adding info to them works well too (INSERT INTO).

 

However....I have one table which needs a _MASSIVE_ ammount of data put into it. (42,000 some rows).

 

On my localhost server I get a timeout error (set to 30 seconds) but what would you recommend? Splitting it up wouldn't be too useful since it would probably be like 200 steps lol.

 

PHP has no notion of time right? So I can't add like any "wait" commands every 100 or so insert queries?

 

 

Link to comment
https://forums.phpfreaks.com/topic/119416-install-script/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.