You can refer to the below youtube link for better understanding.
Commands are -
sudo -u postgres psql
CREATE DATABASE yourdbname;
CREATE USER youruser WITH ENCRYPTED PASSWORD 'yourpass';
GRANT ALL PRIVILEGES ON DATABASE yourdbname TO youruser;
You can refer to the below youtube link for better understanding.
Commands are -
sudo -u postgres psql
CREATE DATABASE yourdbname;
CREATE USER youruser WITH ENCRYPTED PASSWORD 'yourpass';
GRANT ALL PRIVILEGES ON DATABASE yourdbname TO youruser;
For further actions, you may consider blocking this person and/or reporting abuse
Crypto.Andy (DEV) -
Yasser Elgammal -
ConFoo Developer Conference -
Marcin Janiak -
Top comments (0)