Reset Your MySQL Root password on Windows - Spiceworks
Start by making a txt file. I called it reset-mysql.txt. In my case I saved it at “d:\reset-mysql.txt” In this file paste the following lines: UPDATE mysql.user SET Password=PASSWORD('EnterPassword') WHERE User='root'; FLUSH PRIVILEGES; Replace ...
community.spiceworks.com |