Change MySQL root password

Just use “mysqladmin -u root -p password” to change the root password of the mysql root user if you know the root password.

Leave a Comment