update: add nr 2 to user_management_13_4_26
This commit is contained in:
@@ -1,2 +1,8 @@
|
|||||||
|
-- NR 1
|
||||||
CREATE USER exampleUser@localhost IDENTIFIED BY '1234';
|
CREATE USER exampleUser@localhost IDENTIFIED BY '1234';
|
||||||
GRANT SELECT ON terra.LAND TO exampleUser@localhost;
|
GRANT SELECT ON terra.LAND TO exampleUser@localhost;
|
||||||
|
|
||||||
|
-- NR 2
|
||||||
|
CREATE USER exampleUser2@localhost IDENTIFIED BY '1234';
|
||||||
|
GRANT SELECT (L_NAME) ON terra.LAND TO exampleUser2@localhost;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user