View Single Post
  #2  
Old 10-16-2007, 05:11 PM
zooilogical
Fire Beetle
 
Join Date: Oct 2007
Posts: 2
Default Possible solve

you need to run cmd and get into your database directory

once your in C:\peq_db
type in this command:
mysql -u root -p and hit enter

enter in the password you used in the instance configuration wizard
you'll get a welcome screen, and a mysql> prompt, then you need to enter the following:

set password for 'root'@'localhost' = OLD_PASSWORD('newpwd');

in the newpwd field I would use the same password you used to log in, just hit enter and you should get a response, that may fix the problem.
Reply With Quote