in reply to Re: DBD::MySQL timeout during query
in thread DBD::MySQL timeout during query

The connection timeout would not appear to be relevant in this case as the error (lost connection to database during query) can only occur if you already have a connection. Once you have a connection this timeout is irrelevant. That DBH connection itself will have a life of 8 hours by default (or until you disconnect)

cheers

tachyon