SHOW VARIABLES LIKE 'validate_password%';
SET GLOBAL validate_password_policy=LOW;
[mysqld]
validate_password_policy=LOW
Code:
# mysql -u root –p
The statement given below is used to remove the installed validate_password plugin.
Code:
UNINSTALL PLUGIN validate_password;
Reference:
https://hoststud.com/resources/resolved-mysql-error-your-password-does-not-satisfy-the-current-policy-requirements.464/
Article ID: 28
Created On: Sat, Sep 19, 2020 at 7:21 AM
Last Updated On: Sat, Sep 19, 2020 at 7:21 AM
Authored by: Saeed Nobakht [[email protected]]
Online URL: https://www.navel.ir/article/your-password-does-not-satisfy-the-current-policy-requirements-28.html