• 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

Installing remote MySQL Server

G

gnetix

Guest
Hi,

Im trying to install a remote MySQL server on a remote Debian Linux server.

I do so by adding a new server under the "Databases Server" tab of Plesk and providing the credentials :

Error: Test connection to the database server has failed because of network problems:

Failed to connect to database: Can't connect to MySQL server on 'myserver.mydomain.com' (10061)

The server is working because i connect using phpmyadmin, etc.

Any help would be appreciated.

Thanks.
 
How you connect via mphmyadmin, locally? Please check port
Possibly firewall filtered port.
nmap ip -p3306 -P0
 
Back
Top