I\'m trying to connect to my PostgreSQL database which is inside of a guest machine (using Vagrant and VirtualBox).
I\'m trying to connect to it with Induction, but
check file pg_hba.conf looks like require allow connection most easy and lesss secure set 'trust' (everyone can use your postgresql) http://www.postgresql.org/docs/9.2/static/auth-pg-hba-conf.html