PDA

View Full Version : Failed to establish a connection to '127.0.0.1'



BNTRL
03-19-2011, 05:41 PM
I can't get a response from anybody at holdem manager support about this problem.

Anybody here know how to fix this?

I have done close to everything I could, reading holdem manager forum. Still can fix anything.

someone here can help me?

Thanks

Patvs
03-19-2011, 10:02 PM
This is usually a firewall or windows update issue.

First try to reboot.

If no help, try this:

Start > Programs > PostgreSQL > 8.x > Stop Service

Start > Programs > PostgreSQL > 8.x > Start Service

If that doesnt help delete the \postgresql\8.x\data\postmaster.pid file, if you see it. And reboot.


If that doesn't help you will have to reinstall PostgreSQL completely

Mlc005
03-20-2011, 07:16 AM
Hi,

i just did the optimize / tuning, and now i get this Failed to establish a connection to '127.0.0.1' error?

and i cant login anymore to roleback the tuning settings to default?
is there any other way to fix this then reinstalling postgres again and having to import my whole database ,,, again?

netsrak
03-20-2011, 08:41 AM
Navigate to your postgresql installation folder (something like c:\program files\postgresql\8.x\) and look for the file pg_hba.conf. There should be a backup copy of this file. Rename the current file and restore the backup copy.
After a computer reboot postgresql should work again.