Andi,
Tuesday, December 03, 2002, 8:52:33 AM, you wrote:

ASG> Can mysql have different tables for different users ? Say user 'TEST1'
ASG> creates a table called 'XYZ' and also user 'TEST2' creates the same table
ASG> name 'XYZ'

ASG> Is it allowed ?

Yes. Table names must be unique within a database.

ASG> If it is, can this two tables can be accesed by a third user
ASG> say 'Superuser' provided the priveleges are given by 'TEST1' and 'TEST2' ?

Yes. Read how privilege system in MySQL works:
     http://www.mysql.com/doc/en/Privileges.html
     http://www.mysql.com/doc/en/GRANT.html

ASG> This is similar to schema objects (USER_OBJECTS) in ORACLE.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
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

Reply via email to