6.4.2 The Connection-Control Plugins连接控制插件

6.4.2.1 Connection-Control Plugin Installation连接控制插件安装
6.4.2.2 Connection-Control System and Status Variables连接控制系统和状态变量

MySQL Server includes a plugin library that enables administrators to introduce an increasing delay in server response to connection attempts after a configurable number of consecutive failed attempts. MySQL Server包含一个插件库,使管理员能够在连续失败尝试的可配置数量后,在服务器对连接尝试的响应中引入越来越大的延迟。This capability provides a deterrent that slows down brute force attacks against MySQL user accounts. The plugin library contains two plugins:此功能提供了一种威慑,可以减缓对MySQL用户帐户的暴力攻击。插件库包含两个插件:

The following sections provide information about connection-control plugin installation and configuration. 以下部分提供了有关连接控制插件安装和配置的信息。For information about the CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS table, see Section 26.6.2, “The INFORMATION_SCHEMA CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS Table”.有关CONNECTION_CONTROL_FAILED_LOGIN_ATTEMPTS表的信息,请参阅第26.6.2节,“INFORMATION_SCHEMA CONNECTION_CONTROL_CAILED_LOGIN_ATTEMPTS表”

6.4.2.1 Connection-Control Plugin Installation
6.4.2.2 Connection-Control System and Status Variables