View Single Post
  #8  
Old 10-23-2007, 01:13 AM
zooilogical
Fire Beetle
 
Join Date: Oct 2007
Posts: 2
Default 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.
Reply With Quote