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

Via http://search.cpan.org/~michielb/DBD-mysql-4.041/lib/DBD/mysql.pm mysql_read_timeout If your DSN contains the option "mysql_read_timeout=##", the read operation to the server will timeout if it has not been successful after the given number of seconds.

How this applies to your situation i am not sure, MAYBE

dsn: dbi:mysql:encs01_test:encsdb:mysql_read_timeout=999

  • Comment on Re: DBIx or Catalyst problem: Lost connection to MySQL server during query
  • Download Code