Have you set the Password Validation setting to “Strong, Medium, or Low”? Read the steps to update the password policy in MySQL. While working on my local environment, I have set the password ...
##First make sure that MySQL service is stopped. sudo systemctl stop mysql Remove MySQL related all packages completely. sudo apt-get purge mysql-server mysql-client mysql-common mysql-server-core-* ...