I am getting some errors when trying to connect to a postgresql database.
Version: postgresql 12.3
Here are some screenshots:
This is what it looks like on the side bar. Instead of the server with a red x, it should be the postgresql elephant mascot.
Here is the error I am getting.
What I've done to try and fix it:
I've looked through a bunch of SO posts and stumbled across this one. I checked that the postgresql.conf
file had listen_adresses = '*'
, which it did:
Notes:
I am following a video (I have gotten to that timestamp) for this, and have not yet gotten to a point where a terminal would be used. The video show's this:
where as I see what is above. I believe I may have to start the server, but I am not sure how.
Thanks!