the problem is:
when I create a user "user1" and give the permissions on the database "db1" to it (including login privilage),
this user can access to all databases although it doesn't have the privilges (I make revoke )
in other side, any user can access to the database "db1"
after login, although I make (revoke all on db1 from public).
I tryed to fix this problem alot but I didn't fined any way.
help me please.
and thanks for you...
when I create a user "user1" and give the permissions on the database "db1" to it (including login privilage),
this user can access to all databases although it doesn't have the privilges (I make revoke )
in other side, any user can access to the database "db1"
after login, although I make (revoke all on db1 from public).
I tryed to fix this problem alot but I didn't fined any way.
help me please.
and thanks for you...
Comment