• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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