NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
auto_reconnect (Score:2)
auto_reconnectsetting in DBD::mysql, which was changed [cpan.org] recently so that it doesn't happen by default. Are you using a version of DBD::mysql older than 2.9002?Some of my applications were depending on the reconnection, so they started breaking when I upgraded. I'm still trying to figure out how to get the old behavior, since setting
auto_reconnectdoesn't seem to solve the problem completely.Re:auto_reconnect (Score:2)
Reply to This
Parent