My application download mails over IMAP and stores them in a MySQL database. Earlier I was supporting mails size upto 10 MB and hence a \'mediumtext\' column to store the mail c
--max_allowed_packet=512M
mysqldump
max_allowed_packet=512M
[mysqldump]
my.cnf
Note: it will not work if it is not under the [mysqldump] section...