My OpenVPN server uses pam authentication with a remote MySQL server.
The problem is that sometimes it can't connect to the mysql server. In logs I can see ERROR 2005 (HY000): Unknown MySQL server host 'mysql.example.com' (2)
Is there any way to automatically retry to connect when it has failed ?