Skip to content

Instantly share code, notes, and snippets.

@BSN32
Created September 15, 2023 13:42
Show Gist options
  • Save BSN32/cf7d51d46d3f09f04e41813a561f8235 to your computer and use it in GitHub Desktop.
Save BSN32/cf7d51d46d3f09f04e41813a561f8235 to your computer and use it in GitHub Desktop.
# Default 100 if you access this limit you will be blocked
SHOW VARIABLES LIKE 'max_connect_errors';
+--------------------+-------+
| Variable_name | Value |
+--------------------+-------+
| max_connect_errors | 100 |
+--------------------+-------+
1 row in set (0.00 sec)
# increase the limits (think about what you done)
SET GLOBAL max_connect_errors=10000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment