Tell us what’s happening:
I am trying to run psql --username=freecodecamp --dbname=postgres for the Learn SQL by Building a Tudent Database: Part 1 course, but I receive the below error message.
psql: error: could not connect to server: Connection refused
Is the server running locally and accepting connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0
Challenge Information:
Learn SQL by Building a Student Database: Part 1 - Build a Student Database: Part 1
