• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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