Max retry database connexion #351
Replies: 2 comments 1 reply
-
And the problem is that if one of the databases is down, the subsequent ones are not processed. With only one backup per day, this is an issue... |
Beta Was this translation helpful? Give feedback.
-
Thank you for this information, but unless I really don't understand, it's impossible to report the error via Discord, for example. Right? ERROR 2002 (HY000): Can't connect to server on 'x.x.x.x' (115) For now, I'm using this modification...
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to limit the number of connection attempts to a database in case of failure ?
Currently, if the connection fails, the program retries indefinitely and does not produce an error message (post-script):
`
"mysql"
`
Beta Was this translation helpful? Give feedback.
All reactions