in reply to MySQL: Inserting large BLOBs (over 16M) using DBI

I think that this node might be able to address your needs.

Handling huge BLOB fields with DBI and MySQL

gmax
  • Comment on Re: MySQL: Inserting large BLOBs (over 16M) using DBI

Replies are listed 'Best First'.
Re^2: MySQL: Inserting large BLOBs (over 16M) using DBI
by soulman2050 (Initiate) on Jun 03, 2005 at 21:23 UTC
    This solution requires splitting the file into pieces, is there a way to increase the 16M restraint in perl the way you can increase the max_allowed_packet variable in the MySQL server?