are you running the server on the same computer that mysql is on? if so, try:
go to mysql directory\bin\
mysqladmin -u root password newpass
- only change newpass, leave "password" as it is
change your db.ini login info to:
root
newpassword
If that doesn't work, then i'd say you should try to reinstall mysql.
|