Easiest way to reset or change MySQL password

 Easiest way to reset or change MySQL password

open command prompt by pressing Windows + R and type cmd

don't forget to add MySQL path in environmental variables 

1. mysql -u root

2. ALTER USER 'root'@'localhost' IDENTIFIED BY 'YourNewPasswordHere';




Comments

Popular Posts