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
Jeet Dhandha -
Jonas Scholz -
Aditya Pratap Bhuyan -
chintanonweb -
Top comments (0)