We have a large table (10M + rows), with two BLOB columns. When checking certain entries with command line, the full contents are present, however using PHP to output the results, it cuts one of the BLOB fields short by about 200 characters or so at random. I already changed the memory limit in PHP.ini to 1024MB. Is there any other cap that I should be checking?
The exact same script pulling the exact same row causes the random string length to be output. It's using a simple mysql_fetch_row() method.