1

When I try to use pgadmin I keep getting authentication errors. I am using my own account and my login password.

The following does work:

$ sudo -u postgres createuser -s $USER $ createdb md3 $ psql -d md3 psql (9.1.3) Type "help" for help. md3=# 

However I then get this error in the pgadmin GUI:

enter image description here

Perhaps I should be using root or the postgres user?

1

1 Answer 1

1

login in pgadmin as postgres user and check if the user "durrantm" exist and if he can login (there should be a checkbox in the privilege tab)

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.