Muzamil Ali
0
Q:

create and attach user to a postgresql database

GRANT ALL PRIVILEGES ON DATABASE yourdbname TO youruser;
0
sudo -u postgres psqlpostgres=# create database mydb;postgres=# create user myuser with encrypted password 'mypass';postgres=# grant all privileges on database mydb to myuser;
0
psql=# grant all privileges on database <dbname> to <username>
0

New to Communities?

Join the community