Easiest way to reset or change MySQL password January 10, 2022 Easiest way to reset or change MySQL passwordopen command prompt by pressing Windows + R and type cmddon't forget to add MySQL path in environmental variables 1. mysql -u root 2. ALTER USER 'root'@'localhost' IDENTIFIED BY 'YourNewPasswordHere'; Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment