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 |