You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally, we have the most awaited feature for firewall whitelisting. I'm trying to test before enabling it in production. active flag is being set as 0 in runtime_mysql_firewall_whitelist_rules table even though it's loaded.
MySQL [(none)]> select * from runtime_global_variables where variable_name like '%fire%';
+-----------------------------------+-----------------------------+
| variable_name | variable_value |
+-----------------------------------+-----------------------------+
| mysql-firewall_whitelist_enabled | 1 |
| mysql-firewall_whitelist_errormsg | Firewall blocked this query |
+-----------------------------------+-----------------------------+
mysql -u appuser -p -h127.0.0.1 -P6033 -e "Select 1"
Enter password:
ERROR 1148 (42000) at line 1: Firewall blocked this query
2020-02-18 11:38:42 Query_Processor.cpp:2071:process_mysql_query(): [WARNING] Firewall blocked query with digest 0x37B5362567EE37EF from user [email protected]
The text was updated successfully, but these errors were encountered:
Finally, we have the most awaited feature for firewall whitelisting. I'm trying to test before enabling it in production. active flag is being set as 0 in
runtime_mysql_firewall_whitelist_rules
table even though it's loaded.Config
The text was updated successfully, but these errors were encountered: