Report this

What is the reason for this report?

I an having an issue with setting up MySQL as I am getting the following error:

Posted on December 4, 2021

The error I keep getting is as follows:

Error 1819 (HY000): Your password does not satisfy the current policy requirements

This happens when I go to CREATE USER 'example_user'@'% IDENTIFIED WITH mysql_native_password BY '***********'; note this is not the password by the way however, does show how many characters are being used.

So for some reason, it is not allowing the example_user to be created. Can you please inform me as what is wrong?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there,

You need to make sure that you are using a strong password that includes at least 1 special character.

You could try using a password generation tool like this one here:

https://passwordsgenerator.net/

Let me know how it goes. Best, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.