in reply to
Re^2: perl DBI String length problem
in thread
perl DBI String length problem
In fact, I've just attempted the same thing directly through mysql and it also dies when I increase the string length from 1000,000 chars to 1100,000 chars. Not DBI's fault after all!
Comment on
Re^3: perl DBI String length problem
Replies are listed 'Best First'.
Re^4: perl DBI String length problem
by
travisbickle34
(Beadle)
on Sep 08, 2005 at 12:22 UTC
It turns out mysql's "max_allowed_packet" default setting is 1048576. Problem solved!
[reply]
In Section
Seekers of Perl Wisdom