I know very little about MySQL. I am using it because the forum that I run uses it...
Everything has been working fine for 3-4 weeks. I am doing this whole thing on a Windows 2000 Professional machine, on localhost (internally)... Today, all of the sudden, I can't get into mysql. My forums won't work (phpBB2):
"
phpBB : Critical Error
Could not connect to the database
"
In the command prompt, i try to do a mysqladmin -u root -p ping and after I enter the password I get
"
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: YES)'
"
I never changed the password. Did something get corrupted? How can I get back in? I can do a bin> mysql and then >show databases; and the existing databases get listed, but I can't do anything else...
Please help.
Thank you very much!