• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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