Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Strong password that fulfills secure setting #1

Open
MagePsycho opened this issue Feb 24, 2019 · 1 comment
Open

Create Strong password that fulfills secure setting #1

MagePsycho opened this issue Feb 24, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@MagePsycho
Copy link
Owner

ERROR 1819 (HY000) at line 1: Your password does not satisfy the current policy requirements

@MagePsycho MagePsycho added the enhancement New feature or request label Feb 24, 2019
@dongchany
Copy link

I think you can change policy in mysql or customer password for current policy.
`
SHOW VARIABLES LIKE 'va%';
SET GLOBAL validate_password_policy = LOW;

`
I cant approve validate_password_policy that set LOW policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants