• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Access denied for admin@localhost (psa)

J

JuergenM

Guest
Hello,

i have some problem with my Plesk. I can't start the Plesk in the webbrowser, because I get an error:
Access denied for admin@localhost ... psa

Okay, I search in the worldwideweb, but I found no solutions for the problem. All things, which I tested, don't help me.

I also have found this article: http://kb.odin.com/article_16_346_en.html

But I get always the same error :eek:(

Can everyone help me? I have a dedicated server with Suse 11.0 and Plesk 9.3


greets from Stuttgart
Juergen
 
Can you login to Plesk database with
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

Plesk admin's password in /etc/psa/.psa.shadow should be the same as in mysql database. Also make sure that you have not defined any passwords in /root/.my.cnf file.
 
Thanks for the fast answer.

I will test it at the afternoon ...
 
So, here I'm.

I got the error:
ERROR 1044 (42000): Access denied for user 'admin'@'localhost' to database 'psa'

If I use the web browser, I got:

ERROR: PleskFatalException
Unable to connect to database: Access denied for user 'admin'@'localhost' to database 'psa'

0: common_func.php3:108
psaerror(string 'Unable to connect to database: Access denied for user 'admin'@'localhost' to database 'psa'')
1: auth.php3:93
 
Back
Top