View Single Post
Old 09-17-2009, 07:57 PM   #153 (permalink)
BMW
All Star Starter
 
BMW's Avatar
 
Join Date: May 2003
Location: New Jersey
Posts: 1,471
Thanks: 125
Thanked 493x in 204 posts
You might run into a limit to where PHP can read large files if you use fopen() and fread().

I originally couldn't import a MySQL file that was over 16MB.

Splitting the files fixed that, until PHP wasn't able to split a file over 70MB, because it wasn't capable in opening it. It was exceeding the memory limit.

So I've had to forgo the at_bats file since using OOTP, as it can grow to that size very fast.

If you have a different solution, let me know.
BMW is offline   Reply With Quote