how to reset password mysql during installation code example
Example 1: where to locate set password for mysql
ALTER USER 'root'@'localhost' IDENTIFIED BY 'PASSWORD';
Example 2: how to change mysql root password in windows 10
ALTER USER 'root'@'localhost' IDENTIFIED BY 'NewPassword';