pgadmin gives me the error: no password supplied

Change the password for role postgres:

sudo -u postgres psql postgres

alter user postgres with password 'postgres';

Try connect using “postgres” for both username and password.

Refer to: How to change PostgreSQL user password

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)