MySQL Enterprise Firewall : Unable to register Firewall Allowlist
(Doc ID 2671231.1)
Last updated on SEPTEMBER 09, 2021
Applies to:
MySQL Server - Version 8.0 and laterInformation in this document applies to any platform.
Symptoms
If you disable the following parameters, even you already registered any allowlist, MySQL Enterprise Firewall does not recognized it and all query will be blocked by MySQL Enterprise Firewall.
performance_schema_max_thread_classes
performance_schema_max_thread_instances
With the above options disabled, refer to the MYSQL_FIREALL_WHITELIST table after registering to allowlist, nothing is registered and the following results are returned.
mysql> SELECT RULE FROM INFORMATION_SCHEMA.MYSQL_FIREWALL_WHITELIST WHERE USERHOST = '<username>@<hostname>';
+------------+
| RULE |
+------------+
| 0x00 |
+------------+
1 row in set (0.00 sec)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |