I have a file that is 4,506 kb that i am trying to upload to a mySQL db.... smaller files upload fine, but this one does not... I have tried longtext and blob... is there a way to store it?
I ran into this problem with large files in blobs as well. The solution is to set max_packet_size=XM in my.cnf (where X is the number megabytes per file allowed to be stored in a MySQL database) and then, of course, restart MySQL. I set mine to 16M.
Please don't post the exact same post in multiple threads. http://phpbuilder.com/board/showthread.php?p=10863242