postgres and its password
Enter on the command line:
$ sudo -u postgres psql postgres
postgres=# \password postgres
You'll see:
Enter new password:
Enter it again:
check postgres is running or not ::
sudo -u postgres psql
Enter on the command line:
$ sudo -u postgres psql postgres
postgres=# \password postgres
You'll see:
Enter new password:
Enter it again:
check postgres is running or not ::
sudo -u postgres psql
Comments
Post a Comment