I know it runs on 3306 :)
I can telnet to the host on port 3306.
- Chris
On Sat, 14 Dec 2002, Grant Cooper wrote:
> Mysql works on port 3306 by default.
>
> for example, my mysql server is on 10.10.10.1 so you would use this command
> to test your mysql server.
>
> telnet 10.10.10.1 3306
>
> yo
Mysql works on port 3306 by default.
for example, my mysql server is on 10.10.10.1 so you would use this command
to test your mysql server.
telnet 10.10.10.1 3306
you will get special garbage or host not allowed if testing a remote server.
But at least you know your mysql server is open.
You co