I suppose you mean that you've been using telnet to access the
server and mysql to access the mysql server. From a security
standpoint, you should probably install sshd, deinstall telnet,
rsh, rexec, etc. and use ssh exclusively to login to your server.
Of course, this is only a tiny piece of an
Alright, you've got me worried.
I have been using telnet to access mysql. Could that have something
to do with the problems I have been having with the server? (The root
password was erased, but there was no other evidence of a breakin.)
On 8 Feb 2001, at 7:56, Quentin Bennett wrote:
> Hi,
>
> "TT" == The Tilghman <[EMAIL PROTECTED]> writes:
TT> You're trying to use a Telnet client with a MySQL server. Instead,
TT> use a MySQL client with a MySQL server and a Telnet client with a
TT> Telnet server. Mixing protocols doesn't really work for anybody.
well, you can use the telnet
t;
Sent: Wednesday, February 07, 2001 7:56 PM
Subject: RE: problems running mySQL via Telnet
> Hi,
>
> You don't connect to mysql server using telnet, you use the mysql command
> line client 'mysql'.
>
> Regards
>
> Quentin
>
> -Original Message-
You're trying to use a Telnet client with a MySQL server. Instead,
use a MySQL client with a MySQL server and a Telnet client with a
Telnet server. Mixing protocols doesn't really work for anybody.
-Tilghman
--
"There cannot be a crisis today. My schedule is already full."
--Henry Kissi
Hi,
You don't connect to mysql server using telnet, you use the mysql command
line client 'mysql'.
Regards
Quentin
-Original Message-
From: @ndYD [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 8 February 2001 07:13
To: [EMAIL PROTECTED]
Subject: problems running mySQL via Telnet
Hello,