VictorR
March 5th, 2008, 05:00 PM
I am thinking of developing a software, which should deal with tables (databases). Tables and their indexes must have read-write permissions.
Where should these tables reside to be accessible:
1. by different users, logged to the same computer (not simultaneously).
2. by users, logged simultaneously on different computers in the LAN
For the case 1 is it possible, that the program could create a new set of tables, which would be accessible for other users, without asking for root privileges?
Thanks in advance.
Where should these tables reside to be accessible:
1. by different users, logged to the same computer (not simultaneously).
2. by users, logged simultaneously on different computers in the LAN
For the case 1 is it possible, that the program could create a new set of tables, which would be accessible for other users, without asking for root privileges?
Thanks in advance.