• 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 ERROR: PleskMainDBException Host '127.0.0.1' is not allowed

hostking

Regular Pleskian
Getttin this error after rebooting server all of a sudden. Has been working for over a year with not 1 change at all.

ERROR: PleskMainDBException Host '127.0.0.1' is not allowed

Is it a auto update of some sort that caused this.

I googled a bit and after adding the below to the plesk mysql.ini file it seems to be working again. But I highly doubt that is secure.

How to fix?

skip-grant-tables
bind-address = 127.0.0.1
 
Hi,

Seems your MySQL server is not correctly configured. You should just grant connection possibility for 127.0.0.1 in MySQL settings, which you have already done and it secure since the access is for localhost.

Thanks,
 
Back
Top