Re: telnet MySQL

2001-05-22 Thread Freaked Personality

you should use the client to connect to your mysql since the server
doesn't use the standard telnet protocol. The client is available for
several OSes. For examply
mysql -u peter -h grdmss57 -p
Would connect to grdmss57 as user peter and would then ask for a password
(which is safer than entering it on the command line)

regards



On Mon, 14 May 2001, Peter van Dijk wrote:

 On Mon, May 14, 2001 at 07:26:44AM -0700, Shtykh Roman wrote:
  When I try to telnet MySQL which uses port 3030 as
  below:
  telnet grdmss57 3030
  I get :
  Trying 163.143.156.38...
  Connected to grdmss57.u-aizu.ac.jp.
  Escape character is '^]'.
  (
  3.23.38jN(xIDWiConnection closed by foreign host.
  What is the possible reason? Is it normal?
 
 This is normal. Don't telnet to your mysqld :)
 
 Greetz, Peter.
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail 
[EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




telnet MySQL

2001-05-14 Thread Shtykh Roman

When I try to telnet MySQL which uses port 3030 as
below:
telnet grdmss57 3030
I get :
Trying 163.143.156.38...
Connected to grdmss57.u-aizu.ac.jp.
Escape character is '^]'.
(
3.23.38jN(xIDWiConnection closed by foreign host.
What is the possible reason? Is it normal?

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: telnet MySQL

2001-05-14 Thread Peter L. Berghold

On Mon, May 14, 2001 at 07:26:44AM -0700, Shtykh Roman spake thusly:
*] telnet grdmss57 3030

Can you connect to the database through a normal client? 

-- 
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Peter L. Berghold[EMAIL PROTECTED]
Linux renders ships http://www.berghold.net
 NT renders ships useless   

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: telnet MySQL

2001-05-14 Thread Peter van Dijk

On Mon, May 14, 2001 at 07:26:44AM -0700, Shtykh Roman wrote:
 When I try to telnet MySQL which uses port 3030 as
 below:
 telnet grdmss57 3030
 I get :
 Trying 163.143.156.38...
 Connected to grdmss57.u-aizu.ac.jp.
 Escape character is '^]'.
 (
 3.23.38jN(xIDWiConnection closed by foreign host.
 What is the possible reason? Is it normal?

This is normal. Don't telnet to your mysqld :)

Greetz, Peter.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php