MySQL Security – Password Reuse Policy

April 28, 2020

MySQL provides password-reuse capability, which allows database administrators to determine the number of unique passwords a user must use before they can use an old password again.

3

MySQL Security – Password Expiration Policy

April 21, 2020

MySQL provides password-expiration capability, which enables database administrators to require that users reset their password.

3

MySQL Security – Random Password Generation

April 15, 2020

MySQL has the capability of generating random passwords for user accounts, as an alternative to requiring explicit administrator-specified literal passwords.

4