Koozali.org: home of the SME Server

Phpmyadminmulti

Offline AlexG

  • ***
  • 110
  • +0/-0
Phpmyadminmulti
« 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
« Last Edit: April 27, 2008, 02:30:44 PM by AlexG »

Offline AlexG

  • ***
  • 110
  • +0/-0
Re: Phpmyadminmulti
« Reply #1 on: April 27, 2008, 02:47:30 PM »
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