From: | Danny Gaethofs <dgaethofs(at)yahoo(dot)com> |
---|---|
To: | tony_caduto(at)amsoftwaredesign(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Postgres under Windows |
Date: | 2005-05-30 15:06:01 |
Message-ID: | 20050530150601.82155.qmail@web54702.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tony,
I tried your suggestion but it is not helping me out.
Restarting the server is not helping either.
What I tried next is create the database in pgadminiii
and assign my userid as the owner.
But that is not working either. So I have run out of
options.
regards,
Danny
--- Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
wrote:
> Did you restart the service?
>
> Did you change the postgresql.conf file to listen on
> tcp/ip all addresses?
> listen_addresses = '*'
>
> >
> >After that I made some changes to the pg_hba.conf
> file
> >and changed the method
> >host all all 127.0.0.1/32 md5
> >
> >INTO
> >host all all 127.0.0.1/32
> trust
> >
> >
> >
> >
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new Resources site
http://smallbusiness.yahoo.com/resources/
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Sabino Mullane | 2005-05-30 15:59:24 | Re: DBD::Pg for ActiveState Perl on WinXP |
Previous Message | Tony Caduto | 2005-05-30 14:55:59 | Re: Postgres under Windows |