MySQL Forums
Forum List  »  PHP

Failed connection or timeout to remote MySQL server takes web sites offline
Posted by: Paul Field
Date: November 12, 2025 03:02PM

I have a Linux web server that contains a number of websites in PHP.

A few of the sites do queries to a remove MySQL server, some of the sites use local MySQL, and most don't use any MySQL at all.

Whenever the remote MySQL server can't be reached, it quickly stops all the sites on the server from responding.

Is there any config to stop the other sites from being dragged down by the sites trying to do the remote queries?

I'm assuming this is all because there is a query queue somewhere on the local server that fills up and something dies.

When the remote MySQL server comes back online, everything catches up in a few minutes and all the sites come back online too.

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Failed connection or timeout to remote MySQL server takes web sites offline
November 12, 2025 03:02PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.