in reply to DBIx or Catalyst problem: Lost connection to MySQL server during query

Idea is grep your DBIx/Catalyst directories for "timeout", then see what the documentation around it says
  • Comment on Re: DBIx or Catalyst problem: Lost connection to MySQL server during query

Replies are listed 'Best First'.
Re^2: DBIx or Catalyst problem: Lost connection to MySQL server during query
by Largo (Novice) on Jan 17, 2017 at 09:40 UTC

    No relevant 'timeout' in DBIx or Catalyst to find.

      The issue seems to be related to old versions of ubuntu/mysql/perl where our production servers still running on. A test with the same code and current modules on a ubuntu 16.04 ran without exceptions. Updating of DBI, Catalyst and DBIx did not help on the old server.

      We will now update our production servers to the new ubuntu. Thank you all for helping.