Setting a password for the postgres
user
On Linux systems, there is no default password set.
To set the default password:
Run the psql command from the
postgres
user account:sudo -u postgres psql postgres
Set the password:
\password postgres
Enter a password.
Close psql.
\q
Tidak ada komentar:
Posting Komentar