You do not need telnet to access a mysql server - mysql has it's own
client-server protocol, accessible via the means described by Jean-Claude.

regards,

P

 
On Tue, 27
Mar 2001, Chad Nielsen wrote:

> Thanks Jean - Claude,
> 
> NT Workstation comes with a built-in client. but from what I can tell, NT
> Server does not come with a built-in Telnet Server. The NT book I have says
> :
> 
> "The Telnet program requires TCP/IP on both the client and server, and
> requires an account set up on the server being contacted. Microsoft NT
> doesn't provide the server process, but it does provide the client
> interface. "
> 
> Am i interpreting this correctly?
> 
> If so, does mySQL provide the Telnet Server process?
> 
> Thanks again,
> 
> Chad
> 
> > -----Original Message-----
> > From: jcmaes [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, March 27, 2001 11:47 AM
> > To: Chad Nielsen
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: NT installation
> >
> >
> > Hi Chad
> >
> > You do not need a Telnet client. Just install Myodbc and the mysql client.
> >
> > To connect to your server, type "mysql -h yourhostname -u userID"
> >
> > If you defined a password for the userID, add -p at the end of
> > the line. The
> > system will prompt you for the password. See manual for more options.
> >
> > You can also install a web server (PWS or Infradig) and the PHP scripting
> > langage on your local machine, and run PHPmyAdmin. Take care to
> > protect your
> > local machine for intrusions.
> >
> > Hope this helps you,
> >
> > Jean-Claude
> >
> > , or install
> > ----- Original Message -----
> > From: "Chad Nielsen" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, March 27, 2001 6:57 PM
> > Subject: NT installation
> >
> >
> > > Hi,
> > >
> > > I'm trying to install mySQL on NT Server 4.0
> > > I guess I need to install a Telnet Server so I can manage mySQL from a
> > > workstation.
> > > What's a good Cheap or Free Telnet Server for NT?
> > >
> > > Also, any instructions on how to set this up would be great.
> > >
> > > Thanks,
> > > Chad
> > >
> > > Chad M. Nielsen, GIS Programmer/Analyst
> > > Tillamook County Performance Partnership (TCPP)
> > > Tillamook Coastal Watershed Resource Center (TCWRC)
> > >
> > >   GIS:   http://gisweb.co.tillamook.or.us
> > >  TCPP:
> > http://www.co.tillamook.or.us/countygovernment/Estuary/homepage.htm
> > > TCWRC:   http://www.tcwrc.org
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > 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
> 
> 


---------------------------------------------------------------------
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

Reply via email to