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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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