in reply to Re: Reconnecting to a mysqldb
in thread Reconnecting to a mysqldb
Yes {AutoCommit => 1} helps me if the database is up at the time of the query but lets say it's down at the exact time of the query, then I want to sleep for say 5 sec and try again, a few times since (in my case) time isn't an issue.
The only way I can think of that would solve that is by doing my own sub class.
Sorry for not being clear about that.