MySQL + enforces complex password configuration

Source: Internet
Author: User

This function is a plug-in introduced in mysql versions later than mysql 5.5. This function is not enabled by default for both source code installation and binary installation, if you do not enable this function to set a simple password for mysql, you will be prompted but will still be allowed to pass.
 
1. Enable the force-set complex password function

Add the following content to the my. cnf file:
 
Plugin-load = validate_password.so
Validate-password = FORCE_PLUS_PERMANENT

2. Query and forcibly set complex password-related settings

Show variables like 'validate % ';

The result is similar to the figure below.

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.