I am having a problem with BLOB fields in my MySQL database - when uploading files larger than approx 1MB I get an error Packets larger than max_allowed_packet are not
Packets larger than max_allowed_packet are not
If you want upload big size image or data in database. Just change the data type to 'BIG BLOB'.
'BIG BLOB'