Hi Everyone!
I was passing tutorial on Mario database. after a few hours back to it and I can’t run any command in terminal. I have tried this: psql --username=freecodecamp --dbname=mario_database .
but an error comes up:
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?
what’s wrong with this relational database tutorial? CodeAlly(Remote env) doesn’t work!
locally(local env) makes many errors !
what should I do to solve this?
Thanks