This commit is contained in:
Patrick Schulze
2026-04-13 09:05:04 +02:00
commit f78a18f9ee

View File

@@ -0,0 +1,2 @@
CREATE USER exampleUser@localhost IDENTIFIED BY '1234';
GRANT SELECT ON terra.LAND TO exampleUser@localhost;