Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 909 Bytes

access_control.md

File metadata and controls

24 lines (19 loc) · 909 Bytes

Database Administration

postgres administration for microservice

Root user

Create the database as the root user. Then grant the user the database rights.

GRANT ALL PRIVILEGES ON database_name.* TO user@'%';