Elna,
Thursday, August 15, 2002, 4:16:59 PM, you wrote:

EM> I have the mysqlgui installed on my machine which has Win NT.  The db is on
EM> another machine, which I connect to using Telnet, and then the mysql command
EM> to connect to the db.  That works fine.  I want to however connect with the
EM> gui to the db on the other machine which I connect to using Telnet with an
EM> ip address (as I have mentioned).  How do I get the gui to connect to the db
EM> on the other machine.  What do I use as the Host Name, Port number?

"Host name" - name of the host where MySQL server is located (or you
can specify IP address)

"Port" - port number that MySQL server are listening for TCP/IP
connections. You can show the number of port just running command from mysql
client program:
       SHOW VARIABLES LIKE "port";





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



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