• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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