MySQL Security – Failed-Login Tracking and Temporary Account Locking

May 12, 2020

DBA can configure user accounts such that too many consecutive login failures cause temporary account locking.

4

MySQL Security – User Account Locking

March 14, 2018

For security reasons some context require you to setup a user account locking policy. Thus an unauthorized user is not able (anymore) to login to the MySQL server. In this 3rd article of the MySQL 5.7 Security series, we will see how to [un]lock a user account.

15