Forum Moderators: coopster
There is some Apache directive which limits, cannot remember it though.
Update:
Apache TimeOut directive will not work. It is for uploads. (by default, timeout is 400 seconds).
I have a query that stops after 50k rows, and I need it to pull 300k. (I don't care how long it takes...)
What are you doing with them? Output to html, saving in php array?
Maybe is is some kind of "memory exhausted" issue.
There is memory_limit directive in php. Maybe script is trying to use more than that?
Mysql could also timeout:
[dev.mysql.com...]