Back
In order to login without a password:
sudo -u user_name psql db_name
To reset the password if you don't remember:
ALTER USER user_name WITH PASSWORD 'new_password';
Want to acquire SQL Expertise? Register now to this SQL Course and get certified.
31k questions
32.8k answers
501 comments
693 users