Re: howto: telnet shell

2001-03-22 Thread drvampire

do you mean that you want to go into the database console directly from your office?

Alan.

 i have a MySQL server running in my office.  i need to be able to telnet into
 the MySQL server remotely.  can anyone point me at documentation that will tell
 me how?
 
 right now (from a dos window) when i issue:
 
 TELNET server.name 3306
 
 -  it reports "BAD HANDSHAKE"
 
 
 
 
 i think that somehow i need to supply a user name and password, but unclear how
 to accomplish.
 
 
 
 thanks
 
 
 
 
 -
 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
  
--
 Åwªï¨Ï¥ÎHongKong.com¶l¥ó¨t²Î 
 Thank you for using hongkong.com Email system

-
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: MYSQL using PERL

2001-03-22 Thread drvampire

Hi, 

Have you installed DBI/DBD?? if so you can perldoc DBI or perldoc mysql_dbd to read 
the manual.

Alan.

 Hai,
 I am using Red Hat Linux 7. From where can I get example programmes of 
connectiong to MYSQL using PERL under Linux.
 
 Thankyou
 Rajeev Ramanujan
 
  
--
 Åwªï¨Ï¥ÎHongKong.com¶l¥ó¨t²Î 
 Thank you for using hongkong.com Email system

-
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: RE: howto: telnet shell

2001-03-22 Thread drvampire

as someone else has mentioned, you would need to install mysql client into your 
computer and then use the command

mysql -uuserid -hhosename -p

to access your remote database.

Alan.

 yes, that is what i am wanting to do.  i have found a way around by using uSOFT
 Query, but would like to get to a command line type connection (remotely).
 
 thanks
 
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, March 22, 2001 6:53 PM
  To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Subject: Re: howto: telnet shell
 
 
  do you mean that you want to go into the database console directly
  from your office?
 
  Alan.
 
   i have a MySQL server running in my office.  i need to be able to
  telnet into
   the MySQL server remotely.  can anyone point me at documentation
  that will tell
   me how?
  
   right now (from a dos window) when i issue:
  
   TELNET server.name 3306
  
   -  it reports "BAD HANDSHAKE"
  
  
  
  
   i think that somehow i need to supply a user name and password, but
  unclear how
   to accomplish.
  
  
  
   thanks
  
  
  
  
   -
   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
  
  --
   Åwªï¨Ï¥ÎHongKong.com¶l¥ó¨t²Î
   Thank you for using hongkong.com Email system
 
  -
  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
 
  
--
 Åwªï¨Ï¥ÎHongKong.com¶l¥ó¨t²Î 
 Thank you for using hongkong.com Email system

-
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