Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.