Fellow monks,

I call upon your endless wisdom, for I have a very strange problem at hand.
It so seems that when running mod_perl with all the fancy Apache::DBI stuff in place, and boy (or girl) do I have to call the DBI (A mysql server in this case) a lot.

But now it seems my MySQL server is bored with me, and has gone and wander around a bit, because I keep getting this error message:
DBD::mysql::st execute failed: MySQL server has gone away at /opt/perl +-5.6.1/lib/site_perl/5.6.1/i686-linux/Mysql.pm

I can agree with my SQL server to take a hike - cause it is lovely weather over here. I just don't want it to, because I need it.
Is there a monk in this vast monestary who could inform on how to keep your SQL server indoors...?

Sinister greetings.
"With tying hashes you can do everything God and Larry have forbidden" -- Johan Vromans - YAPC::Europe 2001
perldoc -q $_

In reply to My MySQL server has wanderlust... by Sinister

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.