-
Notifications
You must be signed in to change notification settings - Fork 78
fix(mysql): document too many connection error #3288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO the PR title can be made more explicit :)
| title: Accessing Your Scalingo for MySQL® Addon | ||
| nav: Accessing | ||
| modified_at: 2025-06-10 12:00:00 | ||
| modified_at: 2025-08-13 14:50:00 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: We do not change the hour in general, but only the date
| modified_at: 2025-08-13 14:50:00 | |
| modified_at: 2025-08-13 12:00:00 |
| Receiving the error `Too many connection errors from 1.2.3.4:12345` means | ||
| that the MySQL router blocked the connection after too many attempts were | ||
| tried using an invalid configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: I find the current sentence hard to understand
| Receiving the error `Too many connection errors from 1.2.3.4:12345` means | |
| that the MySQL router blocked the connection after too many attempts were | |
| tried using an invalid configuration. | |
| Receiving the error `Too many connection errors from 1.2.3.4:12345` means | |
| that the MySQL router has blocked the connection after multiple failed | |
| attempts using invalid credentials. |
|
Hi 👋 |
Co-authored-by: François <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
#2881