• 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.

Issue DB query failed: (1045) SQLSTATE[HY000] [1045]

hsoheili

New Pleskian
While attempting to access the DB in the terminal in plesk, I was not sure on the admin login’s password so I changed the password, not noting it down (My bad).

I can not access plesk now because of that change.

How can this be resolved?
 
Hello, @hsoheili . What you can do is connect to the server via SSH as the root user and change the Plesk admin password with the following command:

Code:
plesk bin admin --set-admin-password -passwd 'your_new_password'

If you don't have root access yourself, please ask the server administrator/hosting provider to change the password for you.
 
Hello, @hsoheili . What you can do is connect to the server via SSH as the root user and change the Plesk admin password with the following command:

Code:
plesk bin admin --set-admin-password -passwd 'your_new_password'

If you don't have root access yourself, please ask the server administrator/hosting provider to change the password for you.
root@41DD089:~# plesk bin admin --set-admin-password -passwd 'XXXXXX'

DB query failed: (1045) SQLSTATE[HY000] [1045] Access denied for user 'admin'@'localhost' (using password: YES)

exit status 1
root@41DD089:~#




I will change the password again once i can get this process working correctly.
 
Last edited by a moderator:
you can try from the cli plesk login and then you get a secret link to get into plesk and try and change / update the password via the gui :)
 
Back
Top