
July 28, 2007
10 p.m.
Have you tried cp_reconnect? It solved the problem for me. dbPool = adbapi.ConnectionPool('MySQLdb', db='fee', user='fii', passwd='foo', host='fum', cp_reconnect=True) Cheers, Einar Pavel Bastov wrote:
Hi all,
I'm using MySQL database in my server app. Pretty often after some inactivity I get this message in my logs "MySQL server has gone away". How can I prevent this?
TIA