I am having an issue staying connected to a MySQL server. On my test server, I have no trouble staying connected, but I don't think there is a timeout for inactivity. It seems that the timeout for inactivity is 60 seconds on the production server. Could anyone refer me to some code on checking to see if a connection is still active, or how to keep a connection to a MySQL server alive? Any help is greatly appreciated.