python数据库自动重连_Python mysql(使用pymysql)自动重连
I'm not sure if this is possible, but I'm looking for a way to reconnect to mysql database when the connection is lost. All the connections are held in a gevent queue but that shouldn't matter I think...