I want to create a new user in MySQL with the syntax:

create user 'demo'@'localhost' identified by 'password';

But it returns an error:

Your password does not satisfy the current policy requirements.

I have tried many passwords but they don’t work. How can I fix this?

22 Answers
22

Leave a Reply

Your email address will not be published. Required fields are marked *