Quote:
Originally posted by khibinite
He said he worked via telnet fine.
|
You're not following: I said telnet to port 10061, not port 23.
There is a difference. It appears ODBC listens on port 10061,
MySQL listens to port 3306 (at least I believe that is its
default port), and what you think of telneting is usually set
up to use port 23. If you telnet to the MySQL port you should
get the MySQL database version number, but not much else.
Just because you can telnet to port 23 doesn't mean you can
telnet to any ol' port.
Firewall filter rules are based on port numbers.
It could be as simple as port 10061 is being rejected by the
firewall (I'm guessing the provider uses a firewall).
-lv
P.S. BTW, when telneting to 10061 don't expect to start up
a typical telnet session. All you'll be able to deduce is
whether you're able to reach the port, and if a program
is actually listening to the port.