You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1819 Your password does not satisfy the current policy requirements
Aborting
My command to create container is
docker run -d --name mysql -v /app/mysql/conf:/etc/mysql -v /app/mysql/logs:/var/log/mysql -e "MYSQL_ROOT_PASSWORD=vavretsamA@#1" --restart always --network=host mysql:5.7.44
When I comment the config about validate password it will work.
After it work and init the user, I uncomment the config, and change the password to vavretsamA@#1
It will change successfully.
Can I turn on validate password when the mysql init?