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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
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