I resolved this initial error by logging in to MySQL and running the following command:
UPDATE mysql.user SET Password = PASSWORD('password') WHERE User = 'root';
Substituting my password where it shows 'password'.
I resolved this initial error by logging in to MySQL and running the following command:
UPDATE mysql.user SET Password = PASSWORD('password') WHERE User = 'root';
Substituting my password where it shows 'password'.