I just found where there is an issue opened for this:
  http://trac.edgewall.org/ticket/3645
 
Does anybody have a workaround/patch for now?


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Mixon
Sent: Wednesday, August 30, 2006 4:18 PM
To: [email protected]
Subject: [Trac] MySQL timeout - how to set parameters for this?

We have been successfully using the MySQL support in the trunk - with one exception.
Anytime there is not activity for about 8 hours, it seems the MySQL connection has timed out. If I restart Apache everything works fine.
 
Under Java I would set the JDBC connection URL such as:
  jdbc:mysql://localhost:3306/tracDB?autoReconnect=true
 
So I tried
  database = mysql://tracUser:[EMAIL PROTECTED]/tracdb?autoReconnect=true
 
But this does not seem to help.
 
How can this be fixed?
 
Thanks in advance - Richard


 
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to