PHP (or MySQL) crash when retrieving a big database record (~5MB)
问题 It doesnt display any errors, just a blank page. I tried die('test') before I call my function to retrieve a record and it does it, but when I place die('test') after my retrieve row function all I get is an empty page (on chrome it says this: Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.) .. I have tried (with 128M, -1, 64M, etc) ini_set('memory_limit', -1); With no luck. I am using mysqli to retrieve the record and a simple query like