Database Firewall——mysql也是支持的

Posted 将者,智、信、仁、勇、严也。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Database Firewall——mysql也是支持的相关的知识,希望对你有一定的参考价值。

Database Firewall

The most impressive feature of mysql security is the Database Firewall. The firewall works with a fairly simple process. You record the queries on a certain database system for a certain time-frame and then add the queries to a white-list. After this period you lock the firewall and the system only allows these queries and rejects all others. This means that the spreadsheet Controllers are less a threat to data leakages. Since they only allow them to get the data they need and not the whole schema. (It is my personal opinion that connecting excel to a database via JDBC is fundamentally wrong).

Via the database firewall you limit the queries executed on the system to the legitimated list and avoid SQL injection. Technical background about the MySQL Database Firewall is available in this excellent blog by Tony Darnell.

技术分享Source:https://dev.mysql.com/doc/refman/5.6/en/firewall.html

Do you want additional information on MySQL security. Then I can advise the following documents from Oracle and the video by Mike Frank of the MySQL team.

 

摘自:https://technology.amis.nl/2015/09/25/mysql-database-security-mysql-database-firewall/

以上是关于Database Firewall——mysql也是支持的的主要内容,如果未能解决你的问题,请参考以下文章

centos7 firewall的 3306端口和mysql 远程权限也打开了,为啥navicat 还是连不上

CentOS 开启防火墙 firewall ,mysql 远程访问

[database] MySQL Server/Workbench 安装入门

安装MySQL 出现initializing database安装失败解决办法

是否有必要在hibernate中安装HSQL而不是MYSQL作为DATABASE?

Create database语句介绍 MySQL DBA周末学习