• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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