Powered by Blogger.

how to change MySql root password using PHPMyAdmin


how to change MySql root password using PHPMyAdmin

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

No comments