cannot telnet to port 3306

david510

Verified User
Joined
Oct 22, 2006
Messages
7
Hello,

I cannot telnet to the port 3306 to a DA server from my local machine. I tried from server SSH and can only telnet like
telnet hostname 3306

I searched the forum nd saw suggestion to add % as wildcard. I cannot find where to add the wildcard in DA admin interface. Please help me. The error message is


# telnet domain.com 3306
Trying 11.11.11.11...
Connected to domain.com.
Escape character is '^]'.
DHost '22.22.22.22' is not allowed to connect to this MySQL serverConnection closed by foreign host.
 
You would do this in MySQL admin in DA, this is database dependant, another words you have to set this for each database you want to access remotely. When in MySQL manager select the database you want access to and right below where you set the perms you will see a section -> "Access Hosts" add your wildcard (%) there.
 
Back
Top