Paul's Programming Notes     Archive     Feed     Github

Adminer - Unable to connect to PostgreSQL server: FATAL: Peer authentication failed for user

You need to make sure you have the following line in your pg_hba.conf file:
local   all             postgres                                trust