Help understanding how the connection works

2004-08-02 Thread Gonçalo Silva Dias
Hi ppl,

 

I’m trying to access to mysql server by telnet. When I do like “telnet
localhost 3306” if I write something the error is “Bad handshake”. Well can
anyone tell me what info do I need to send to the server to establish a
connection with mysql server? So I can execute some queries?



RE: Help understanding how the connection works

2004-08-02 Thread Carlos Proal

Hi, you cant connect to mysql with telnet, the service running in 3306 
supports a dbms specific protocol so you need to use the mysql command aka 
mysql client to connect to mysql and execute any sql query.

Carlos

From: Gonçalo Silva Dias [EMAIL PROTECTED]
To: [EMAIL PROTECTED],[EMAIL PROTECTED]
Subject: Help understanding how the connection works
Date: Tue, 3 Aug 2004 02:10:56 +0100
Hi ppl,

I’m trying to access to mysql server by telnet. When I do like “telnet
localhost 3306” if I write something the error is “Bad handshake”. Well can
anyone tell me what info do I need to send to the server to establish a
connection with mysql server? So I can execute some queries?
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]