Install MySQL

Windows OS

mysqld -u root restart
net stop MySQL
net start MySQL
mysql -uroot
ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password';