Learn SQL by Building a Student Database: Part 1 - Build a Student Database: Part 1

Tell us what’s happening:

camper@ba3a183c2e0e:/workspace/project$ psql --username=freecodecamp --dbname=postgres
psql: error: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket “/var/run/postgresql/.s.PGSQL.5432”?

Neither could log into Postgres, neither Could reset the Progress.

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/140.0.0.0 Safari/537.36

Challenge Information:

Learn SQL by Building a Student Database: Part 1 - Build a Student Database: Part 1

can I see a screenshot of the your terminal window please? I mainly want to know what color is the prompt. It should not be green but blue.

if it is blue then try to:
1- close this terminal
2- click Reset
3- open a new terminal
4- re-run the psql command

should it be green or blue?

If it is broken green. And we can’t fix that with a reset.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.