mishsx
0
Q:

create db user postgres

sudo -u postgres psql
postgres=# create database mydb;
postgres=# create user myuser with encrypted password 'mypass';
postgres=# grant all privileges on database mydb to myuser;
8
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

New to Communities?

Join the community