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!
Any way to overcome "max_allowed_packet problem"?
-
AndreyZ
Re: Any way to overcome "max_allowed_packet problem"?
Thank you for the information. We will investigate the possibility of adding such functionality.