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

Changed Plesk Password and now I can't load Plesk!

S

simpleicon

Guest
After I login to plesk and change the password I log out.
I come back a few seconds later and load the browser to log-in again and I get this:

------SNIP------

ERROR: PleskMainDBException
[MySQL][ODBC 3.51 Driver]Access denied for user 'admin'@'localhost' (using password: YES)

0: C:\Program Files\SWsoft\Plesk\admin\plib\common_func.php3:579
reconnect()
1: C:\Program Files\SWsoft\Plesk\admin\plib\common_func.php3:561
db_connect()
2: C:\Program Files\SWsoft\Plesk\admin\auto_prepend\auth.php3:67

------SNIP------

This "reset your MYSQL password" doesnt work either. :(
http://kb.swsoft.com/en/1561

Please HELP!
 
FIXED IT.

Put skip-grant-table in the ini file.
RESTART Plesk SQL service
RUN "%plesk_bin%\plesksrvclient.exe" -set your_old_password_before_you_changed_it true
RESTART Plesk SQL service
to verify:
RUN "%plesk_bin%\plesksrvclient.exe" -get
Now your password has been set to whatever it was before you changed it. At least you can log-in. I suspect I have some permission problems with the mysql database.

Oh well, at least its Friday!

Aloha!
 
Back
Top