mysql5.7 Your Password does not satisfy the current policy requirements problem resolution

Source: Internet
Author: User

Install the mysql5.7rpm package, when changing the password, prompt error

This is due to the Mysql5.7 default password requirements for high strength, the password is too simple to pass. To solve this problem, the parameters involved are validate_password_policy and validate_password_length.

The validate_password_policy has the following values:

Policy Tests performed
0OrLOW Length
1OrMEDIUM Length; Numeric, lowercase/uppercase, and special characters
2OrSTRONG Length; Numeric, lowercase/uppercase, and special characters; Dictionary file

0 is as long as the password length, 1 is required to meet the length, and must contain numbers, lowercase or uppercase, special characters, 2 is must meet the length, and must contain numbers, lowercase or uppercase, special characters, dictionary files. The default is 1. Validate_password_length is to set the password length.

So the solution is:

1. Set the password security level.

2. Set Password length

3. Change your password

mysql5.7 Your Password does not satisfy the current policy requirements problem resolution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.