Re: unable to connect to postgres db via psycopy

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Dan Sawyer <dansawyer(at)earthlink(dot)net>
Cc: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Re: unable to connect to postgres db via psycopy
Date: 2016-03-13 01:26:08
Message-ID: 38A28D57-5F69-4C51-A99A-F190FC257101@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg


On Mar 12, 2016, at 5:23 PM, Dan Sawyer <dansawyer(at)earthlink(dot)net> wrote:

> psycopg2.OperationalError: FATAL: Ident authentication failed for user "dan"

The place to look is in your pg_hba.conf, and makes sure that user "dan" has MD5 password access turned on to the appropriate database(s) for localhost.

--
-- Christophe Pettus
xof(at)thebuild(dot)com

In response to

Responses

Browse psycopg by date

  From Date Subject
Next Message Dan Sawyer 2016-03-13 03:12:05 Re: unable to connect to postgres db via psycopy
Previous Message Dan Sawyer 2016-03-13 01:23:40 unable to connect to postgres db via psycopy