• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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