Setup a user account that can access your databases from the remote hosts 
you wish to use. Do this using GRANT. Then install the mysql client on 
those systems and use
mysql -h hostname -u user -p password to connect.

Shon Stephens

At 01:38 PM 8/5/01 -0400, Chris wrote:
>Is there a method I can use to log into a remote mysql server through
>something such as telnet to pass queries on my database?


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