Hi all,
Could someone please give some insight on the following please?

Screnario: would like to restore a medium database (846MB), what has a lot of BLOB attachments.

During restore, i get the error message that one of this attachments are larger then max_allowed_pac ket.
The attachment is 10124159 bytes~10Mb.

(i use
Code:
mysql -u root -p -v --max_allowed_packet=1024M -h mydbserver db1
...