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

MySQL-Server global access to single Databases

Michaelga

New Pleskian
Hello,

I switch to Linux with Plesk 11.5 and searching for a solution how I can give global access to individual databases.
My former Provider gave the possibility in an Adminpanel to give "external access".

I can´t find it at Plesk 11.5 Administrator Panel.
In Firewall Configuration there is the possibility to give access to all, but this I don´t want. Only single databases...

Is there a solution?

BR
Michael
 
Firstly:
You will need to disable / comment out in /etc/my.cnf
Code:
#bind-address=127.0.0.1
for remote access to any database on your server ...

Secondly:
When the above is done, ALL dbs then will have remote access to them ...

You can however restrict remote access per DB but that has to be done with PhpMyAdmin and plesk does not have that feature yet ...You may want to submit a feature request at http://plesk.uservoice.com/
 
Back
Top