I have been following these instructions for resetting root password for local installation of MySQL 5.6 on Windows 7 laptop.
I stopped
In case if you have Xampp installed.
skip-grant-tables under [mysqld]C:\xampp\mysql\bin\mysqlupdate mysql.user set password=PASSWORD('root') where user='root';