Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/_posts/databases/mysql/2000-01-01-accessing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
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
Copy link
Contributor

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

Suggested change
modified_at: 2025-08-13 14:50:00
modified_at: 2025-08-13 12:00:00

tags: databases mysql addon
index: 4
---
Expand Down Expand Up @@ -298,3 +298,13 @@ like described [above](#using-openssh).
5. Click the **Test Connection** button at the bottom to test that everything
works as expected
6. Click the **OK** button to save the connection configuration

## Connection error

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.
Copy link
Contributor

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

Suggested change
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.


To solve this issue, the MySQL router has to be restarted, which induces a
small downtime of less than 30 seconds. To do so, please contact our Support
team at <support@scalingo.com> or via the integrated chat in your dashboard.