Charitha,
Monday, April 29, 2002, 3:39:21 PM, you wrote:
C> How to implement client and server in mysql
C> The actual thing which i need is that.....
C> I am having the server and the client in single machine and also
C> having client in some other machine.
C> Can i have the data from the server to the client that is placed in some
C> remote machine with out server in that.
Yes, you can connect to remote MySQL server with your own client
application, with MySQL-client, using GUI ... You should specify host
name, user name and password in connection string (or options dialog
box etc.) For example for MySQL-client it would be:
mysql -h<host_name> -u<user_name> -p<password>
Note: your user must have privileges to connect from your remote host.
--
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ [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