Postgres: Create Db User and bring Access

Short version: sudo -u postgres psql create database mydb; create user myuser with encrypted password 'password'; grant all privileges on database mydb to myuser;

February 2, 2021 · 1 min · Carlos Ramos