Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Can you connect in the command line adding the option -h localhost? It could be that you need to configure remote access: postgresql.org/docs/9.1/static/auth-pg-hba-conf.html – madth3 May 25 '12 at 6:02

1 Answer

up vote 1 down vote accepted

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)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.