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
postgresuser account:sudo -u postgres psql postgresSet the password:
\password postgresEnter a password.
Close psql.
\q
Tidak ada komentar:
Posting Komentar