Possible solve
had this problem solved it by going back to cmd prompt after you source the db in mysql you need to do this line before you exit
set password for ‘root’@’localhost’ = OLD_PASSWORD(‘newpwd’);
Change NEWPWD to your password that you used in the Instance Configuration Wizard, and be sure to leave the quotes in there.
Now you can close the Command Prompt.
|