MYSQL : How to change root password

SET PASSWORD FOR root@localhost = PASSWORD('yourpassword');

You can go directly with your phpmyadmin and execute the following query; considering you have no mysql password.

No comments:

Post a Comment