> As a long time DB2.. Sybase.. & Postgresql user upon turning to MySQL
> I find only some functionalities not intuitive.
>
> 1. What command syntax to use and connect to a database on another
> host.

You've got to be kidding me, it's exactly the same as Postgresql:

chris@phantasm:~$ mysql --help
...
  -h, --host=...        Connect to host.

chris@phantasm:~$ psql --help
...
  -h <host>       Specify database server host (default: domain socket)

> 2.  When I add a Database.., to use it I must add a user ??? and must
> I again add to the host table with reference to user and database??

http://www.google.com/search?q=cache:IXS6vmvnhHI:www.mysql.com/doc/G/R/GRANT
.html+www/mysql.com/doc/G/r/&hl=en

> I have searched the mailing lists and Documentation but my searches have
> not turned up the answer..


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