MySQL Forums
Forum List  »  Security

Re: validate_password plugin stick with MEDIUM policy after mysql reboot on UBUNTU
Posted by: D BA
Date: January 17, 2019 07:35AM

For persistence configuration, we have add this line on mysql configuration file like :
[mysqld]
plugin-load-add=validate_password.so
validate_password_policy=LOW
validate_password_length=4
validate_password_mixed_case_count=0
validate_password_number_count=0
validate_password_special_char_count=0


Other remark, mysql_secure_installation doesn't make persistent configuration. You have to add it !

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: validate_password plugin stick with MEDIUM policy after mysql reboot on UBUNTU
863
January 17, 2019 07:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.