Change Mysql Root Password Windows -
mysql -u root :
mysqld --console --skip-grant-tables --shared-memory Leave this window open. Open . change mysql root password windows
FLUSH PRIVILEGES; ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password'; EXIT; , then restart MySQL normally: ALTER USER 'root'@'localhost' IDENTIFIED BY 'new_password'