I've always used the following...

        mysql -h <server> -u <user> -p <database>

and it's worked pretty well for me.

Ron

[EMAIL PROTECTED] wrote:
> 
> My goal is to be able to connect to the MySQL server on my web server from a local 
>computer.  I need to do this for something I'm developing for a client.  When I 
>connect to the database on the server itself I use localhost.  What can I do to 
>connect from elsewhere?
> I have granted the user permission to connect to one of the databases from anywhere. 
> I have the files actually on the server right now, and trying to use the domain name 
>or ip address and keep getting denied.
> Is there something else I need to look at that I'm forgetting or missing?
> 
> --
> Stephen Schneider - MCSE
> Mind Architecture
> www.mindarch.com
> Phone: (330) 329 - 8748
> Fax: (617) 507 - 0504
> ICQ - 71312835
> AOL IM - mindarch
> 
> ---------------------------------------------------------------------
> 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

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