On Fri, May 4, 2012 at 6:36 PM, Brian Dunning <br...@briandunning.com> wrote: > I have a script that downloads a 267MB SQL file (it creates and loads a MySQL > database). Any idea how to do this? Obviously I'm not going to get a file > that size into memory to loop through.
Is there any need to use PHP with this at all? If it's already in SQL, can't you just feed it to mysql? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php