From a2446275f4f82f030dd0b81941a6e36d8e0ced77 Mon Sep 17 00:00:00 2001 From: Mickael Plassard Date: Wed, 13 Aug 2025 15:41:47 +0200 Subject: [PATCH 1/3] fix #2881 --- src/_posts/databases/mysql/2000-01-01-accessing.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/_posts/databases/mysql/2000-01-01-accessing.md b/src/_posts/databases/mysql/2000-01-01-accessing.md index 6ea4c29ff..011393573 100644 --- a/src/_posts/databases/mysql/2000-01-01-accessing.md +++ b/src/_posts/databases/mysql/2000-01-01-accessing.md @@ -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 tags: databases mysql addon index: 4 --- @@ -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. + +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 or via the integrated chat in your dashboard. From d268e110c78d763b79bed72f652c40eba97bd6a9 Mon Sep 17 00:00:00 2001 From: Mickael Plassard Date: Thu, 14 Aug 2025 17:27:19 +0200 Subject: [PATCH 2/3] updating nitpicks and moving it to the troubleshooting page --- src/_posts/databases/mysql/2000-01-01-accessing.md | 14 ++------------ .../databases/mysql/2000-01-01-troubleshooting.md | 12 +++++++++++- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/_posts/databases/mysql/2000-01-01-accessing.md b/src/_posts/databases/mysql/2000-01-01-accessing.md index 011393573..fc91162a8 100644 --- a/src/_posts/databases/mysql/2000-01-01-accessing.md +++ b/src/_posts/databases/mysql/2000-01-01-accessing.md @@ -1,7 +1,7 @@ --- title: Accessing Your Scalingo for MySQL® Addon nav: Accessing -modified_at: 2025-08-13 14:50:00 +modified_at: 2025-06-10 12:00:00 tags: databases mysql addon index: 4 --- @@ -297,14 +297,4 @@ like described [above](#using-openssh). {:start="5"} 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. - -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 or via the integrated chat in your dashboard. +6. Click the **OK** button to save the connection configuration \ No newline at end of file diff --git a/src/_posts/databases/mysql/2000-01-01-troubleshooting.md b/src/_posts/databases/mysql/2000-01-01-troubleshooting.md index 69b2d6a4b..3cbdfa556 100644 --- a/src/_posts/databases/mysql/2000-01-01-troubleshooting.md +++ b/src/_posts/databases/mysql/2000-01-01-troubleshooting.md @@ -1,7 +1,7 @@ --- title: Troubleshooting Scalingo for MySQL® nav: Troubleshooting -modified_at: 2024-04-23 12:00:00 +modified_at: 2025-08-14 12:00:00 tags: databases mysql addon index: 9 --- @@ -158,3 +158,13 @@ with some general steps to address them: - Implement connection pooling to reuse database connections, reducing the overhead of establishing a new connection for each query. + +## Connection error + +Receiving the error `Too many connection errors from 1.2.3.4:12345` means +that the MySQL router 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 or via the integrated chat in your dashboard. \ No newline at end of file From 1906a1f461559a638132165726d33eaf0054ad11 Mon Sep 17 00:00:00 2001 From: mickael-plassard Date: Thu, 18 Sep 2025 18:02:17 +0200 Subject: [PATCH 3/3] Nitpick:update connection issues titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: François --- src/_posts/databases/mysql/2000-01-01-troubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/_posts/databases/mysql/2000-01-01-troubleshooting.md b/src/_posts/databases/mysql/2000-01-01-troubleshooting.md index 3cbdfa556..4552479a3 100644 --- a/src/_posts/databases/mysql/2000-01-01-troubleshooting.md +++ b/src/_posts/databases/mysql/2000-01-01-troubleshooting.md @@ -159,7 +159,9 @@ with some general steps to address them: - Implement connection pooling to reuse database connections, reducing the overhead of establishing a new connection for each query. -## Connection error +## Solving Connection Issues + +### Too Many Connection Errors From Receiving the error `Too many connection errors from 1.2.3.4:12345` means that the MySQL router blocked the connection after multiple failed