Page 1 of 1

Any way to overcome "max_allowed_packet problem"?

Posted: Sun 11 Nov 2012 06:56
by Diamond
Is there any way to insert large data to MySQL blob field without increasing "max_allowed_packet" variable. Sending data in mulitple packets (pieces) may be?

Something like send_long_data function in mysqli extension for PHP

Thanks in advance!

Re: Any way to overcome "max_allowed_packet problem"?

Posted: Mon 12 Nov 2012 12:27
by AndreyZ
Thank you for the information. We will investigate the possibility of adding such functionality.