walid mahmoud
Published in : 2022-02-23
this issue has appeared when I try to change root password
any help for this :
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
Yasen Sayed Date : 2022-02-23
Best answers
8
Best answers
8
Let me show you an example. I log in to the MySQL server as root
the user using the command:
$ mysql -u root -p
Create a database user with a weak password:
mysql> create user 'ostechnix'@'localhost' identified by 'mypassword';
And I encounter the following error:
ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now