WL#8885: Introduce a delay in authentication process based on successive failed login attempts

Affects: Server-8.0   —   Status: Complete

MySQL server should provide a way to introduce delay in authentication process based on consecutive unsuccessful login attempts. This would slow down brute force attack on user password.

It should be possible to configure: 1> Number of consecutive unsuccessful attempts before which delay is introduced 2> Maximum amount of delay introduced

User Documentation