• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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