I did something really stupid. I was running a postgreSQL on my mac, with a few databases in it.
Recently I noticed a new user called PostgreSQL was added at my login screen, and I didn't find a better idea to remove this user.
Now, my pgAdminIII doesn't connect to the server anymore, giving this error when I try to connect:
Server doesn't listen The server doesn't accept connections: the connection library reports could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused Is the server running on host "localhost" (fe80::1) and accepting TCP/IP connections on port 5432?
How can I restore my connection? Hopefully without fully re-installing my postgres??
Thanks a lot :)