On Tue, 4 Feb 2003, Mike Blezien wrote:

> Hello all,
>
> I want to change some of our database host settings to allow for other host
> connection other then the default 'localhost' setting. what is the proper way to
> assign a different host to connect to, like an IP address or something like
> "mysql.somedomain.com",..etc..

If you are reffering to connecting to the database on the commandline,then
i suggest you try

mysql -u username -p -h hostname

that should get you to the remote host

Regards,
Eric

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