comasbza

Registered
Oct 23, 2020
1
0
0
bza
cPanel Access Level
Root Administrator
The error (2003) Can't connect to MySQL server on ' server ' (10060)
i am newly taken the whm and cpanel i would like to access the db using remote sql
i added the host ip in the white list
but i am getting the above error please resolve
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
14,276
2,230
363
cPanel Access Level
Root Administrator
Hey there! Are you able to reach port 3306 on the remote server? I would recommend trying a telnet test from your server to the remote system with this command:

Code:
telnet remote-server-address-or-ip 3306
If that doesn't work, you'll want to check the firewall on both machines and make sure that port is allowed.