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

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?
  • Comment on Re^2: MySQL: Inserting large BLOBs (over 16M) using DBI