On Mon, 14 Jan 2019, Galen Seitz wrote:

Here are the relevant lines in /var/lib/pgsql/data/pg_hba.conf

# TYPE  DATABASE        USER            ADDRESS                 METHOD
# "local" is for Unix domain socket connections only
local   all             all                                     peer
# IPv4 local connections:
host    all             all             127.0.0.1/32            ident
# IPv6 local connections:
host    all             all             ::1/128                 ident

galen,

  Are you the only user able to access your postgres databases? On my hosts
all methods are set to trust and I've no issues. But, I use psql (or my own
psycopg/SQLAlchemy applications). I never did get LO to connect.

Happy New Year/MKL/etc.

Rich
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to