View Single Post

   
  #1 (permalink)  
Old 04-20-2008, 06:10 PM
John Nagle
 
Posts: n/a
Default Is there some timeout in MySQL at one week?

I have a Python application which seems to lose its connection
to the database exactly once per week. It's not an idle time issue;
there's a transaction every few seconds, continuously. Is there
a 1-week timeout somewhere in MySQL or MySQLdb?

John Nagle
Reply With Quote