In this blog we will explain How to set postgresql password
In order to set password for postgresql you have to open the terminal and run the comands bellow
First :
sudo -u postgres psql
Second :
\password postgres
Third : it will ask you to enter password then to enter it again , just like in the image bellow
No comments:
Post a Comment