Alice,
Thursday, November 28, 2002, 8:29:14 AM, you wrote:

AT> i did create those databases in different databases directories.

AT> i saw there r columns_priv, db, host, tables_priv and user tables in the
AT> mySQL database directory. Is all these tables control the user data access ?

Yes.

AT> and how ?

Each of the table contains info about user privileges on different
levels: global level, database level, table level etc.
For more info check the docs:
    http://www.mysql.com/doc/en/Privileges_provided.html
    http://www.mysql.com/doc/en/GRANT.html
    http://www.mysql.com/doc/en/Privileges.html

> grant privileges to users on table only within a specific database.
AT> can u specify more detail on that ??

You can give needed permissions on the certain database. I.e. user
will have grants on the all tables in the database.




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [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

Reply via email to