RE: problems running mySQL via Telnet

2001-02-08 Thread The Tilghman
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

RE: problems running mySQL via Telnet

2001-02-07 Thread John Jensen
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, >

RE: problems running mySQL via Telnet

2001-02-07 Thread Vivek Khera
> "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

Re: problems running mySQL via Telnet

2001-02-07 Thread René Tegel
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-

RE: problems running mySQL via Telnet

2001-02-07 Thread The Tilghman
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

RE: problems running mySQL via Telnet

2001-02-07 Thread Quentin Bennett
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,