how to change MySql root password using PHPMyAdmin SET PASSWORD FOR root@localhost = PASSWORD('yourpassword');
Post a Comment