Axel R. - 2009-05-06

Hi,
I use MySQL for Python on PSP (Python Server Pages), It's work nice but after 8 hours without connection, I lose this connection.
So, every morning, I need to restart my Apache Server.

I've got the same problème with Java and MySQL and I solve it by adding "autoreconnect=true" in the connection string.

I would like to know if there is some parameter that I could add to connect to the MySQL without this problem of losing my connection.

Thanks a lot.

Axel