Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: HOW TO USE TELNET TO CONNECT TO MYSQL

Re: HOW TO USE TELNET TO CONNECT TO MYSQL

From: Saurabh Bhatnagar <Saurabh.Bhatnagar_at_ca.com>
Date: 12 Jul 2002 18:01:16 -0700
Message-ID: <6dad5e97.0207121701.46dada9@posting.google.com>


If you are getting a connection failed message, that means that you were never able to connect to that box on that port and it is not a server application response.
Try -
netstat -an | find "3306"
Make sure that port is in a LISTEN state. Then you can go ahead and connect to it using -
telnet localhost 3306

Hopefully this helps,
Saurabh. Received on Fri Jul 12 2002 - 20:01:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US