Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: AlexG on April 27, 2008, 11:35:45 AM
-
Hi Forum
It's not possible to log into my Phpmyadmin after the latest update anymore:
#1045 - Access denied for user 'admin'@'localhost' (using password: YES)
How can I reset the password, that I have access to Phpmyadmin again?
Best regards
AlexG
-
Hi
Problem solved:
mysql --execute="grant all privileges on *.* to admin@localhost identified by 'admin' WITH GRANT OPTION"
mysql --execute="flush privileges"
login as 'admin' and 'admin' :)
Don't forget to change the password.
Many greeting from China
AlexG