How to change max_allowed_packet size

后端 未结 12 1590
星月不相逢
星月不相逢 2020-11-22 09:16

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

12条回答
  •  悲哀的现实
    2020-11-22 09:43

    If you want upload big size image or data in database. Just change the data type to 'BIG BLOB'.

提交回复
热议问题