Hello,
I'm trying to connect to my MySQL database through telnet but I'm not having much success.
I open a command prompt, type
telnet
and at the telnet prompt, I type
open xxx.xxx.xxx.xxx
to which it says
Connecting To xxx.xxx.xxx.xxx...Could not open connection to the host, on port 23: Connect failed
I've setup port forwarding on my router so that telnet routes to port 23 on my server's local IP address.
I don't know why the connection is failing. Does anyone else?
PS - This probably doesn't make a difference, but I encounter the same problem whether connecting with my WAN IP address or LAN (both the client and server computers are on the same network).