Any way to overcome "max_allowed_packet problem"?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Diamond
Posts: 2
Joined: Sat 20 Sep 2008 08:17
Location: Perm, Russia

Any way to overcome "max_allowed_packet problem"?

Post by Diamond » Sun 11 Nov 2012 06:56

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!

AndreyZ

Re: Any way to overcome "max_allowed_packet problem"?

Post by AndreyZ » Mon 12 Nov 2012 12:27

Thank you for the information. We will investigate the possibility of adding such functionality.

Post Reply