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