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
A collection of 70 hand-picked, web-based tools which are actually useful.
Each will generate pure CSS without the need for JS or any external libraries.
Don Buddhi -
Pramod Dutta -
Albert Kombol -
Masa Kudamatsu -
Once suspended, amannvl will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, amannvl will be able to comment and publish posts again.
Once unpublished, all posts by amannvl will become hidden and only accessible to themselves.
If amannvl is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Aman Sharma.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag amannvl:
Unflagging amannvl will restore default visibility to their posts.
Top comments (0)