• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

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