- Last activity was 9 years ago
-
Ruslan Zasukhin replied 9 years ago
I enabled user privileges in the Server ini file and would like to use them on a per user basis.
I use the SQL methods for granting/revoking privileges,
GRANT READ, INSERT (etc..) on database.* to UserName
REVOKE READ, DELETE (etc) on database...
-
VS_ServerAdmin