I was in the middle of Mario DB course and it suddenly stopped working. I left the course and, when I returned, I was no longer able to log into the database with the command "psql --username=freecodecamp --dbname=mario_database;
Whenever I try to enter the database, the following message appears:
codeally@60b27bcdbfc6:~/project$ psql --username=freecodecamp;
psql: error: connection to server on socket “/var/run/postgresql/.s.PGSQL.5432” failed: No such file or directory
Is the server running locally and accepting connections on that socket?