Access Prompt and input:
mysqld -u
On mysql prompt, input:
UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root';
FLUSH PRIVILEGES;
Access Prompt and input:
mysqld -u
On mysql prompt, input:
UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root';
FLUSH PRIVILEGES;