I haven't made an changes that I can think of (except for installing my wireless printer), but as of yesterday my Postgre 8.2 will not start. I've checked that
listen_addresses = 'local host'
port = 5432
max_connections = 100
I tried configuring and then just shutting down my firewall (Zonealarm). I still can't get the server to start and it worked perfectly fine yesterday.
I get this message from pgAdmin win I tried to connect through that program:
"could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?"
I've tried everything I can think of, restarting, checking the configuration, disabling the firewall, etc. I've found similar posting, but no solution. Does anyone have any suggestions.
listen_addresses = 'local host'
port = 5432
max_connections = 100
I tried configuring and then just shutting down my firewall (Zonealarm). I still can't get the server to start and it worked perfectly fine yesterday.
I get this message from pgAdmin win I tried to connect through that program:
"could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "127.0.0.1" and accepting TCP/IP connections on port 5432?"
I've tried everything I can think of, restarting, checking the configuration, disabling the firewall, etc. I've found similar posting, but no solution. Does anyone have any suggestions.