Home » Categories » MySQL » Configuration

Your Password does not satisfy the Current Policy Requirements

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 Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
How to change the MySQL root account password on CentOS7?
Viewed 617 times since Sat, Sep 5, 2020
How do I disable Strict Mode in MySQL?
Viewed 725 times since Mon, Sep 28, 2020
How can I disable MySQL Strict Mode?
Viewed 836 times since Mon, Sep 28, 2020
MySQL-PHP get and echo NOW() value?
Viewed 679 times since Mon, Sep 28, 2020