Bug #83972 | Please add black list | ||
---|---|---|---|
Submitted: | 25 Nov 2016 22:59 | Modified: | 27 Nov 2016 12:18 |
Reporter: | Shinya Sugiyama | Email Updates: | |
Status: | Open | Impact on me: | |
Category: | MySQL Server: Security: Firewall | Severity: | S4 (Feature request) |
Version: | any | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[25 Nov 2016 22:59]
Shinya Sugiyama
[26 Nov 2016 3:58]
MySQL Verification Team
is it feasible to use the query rewriter plugin to rewrite 'bad' queries as a workaround? https://dev.mysql.com/doc/refman/5.7/en/rewriter-query-rewrite-plugin-usage.html
[27 Nov 2016 12:18]
Shinya Sugiyama
Hi Shane, Thank you. Yes, I think it is one of good option. I would like to monitor, following status variables too. mysql> show status like '%fire%'; +----------------------------+-------+ | Variable_name | Value | +----------------------------+-------+ | Firewall_access_denied | 0 | | Firewall_access_granted | 0 | | Firewall_access_suspicious | 0 | | Firewall_cached_entries | 0 | +----------------------------+-------+ 4 rows in set (0.01 sec) Best Regards Shinya