현상 smyu@yusomancBookPro ~ % psql 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 "/tmp/.s.PGSQL.5432"? 해결 smyu@yusomancBookPro ~ % brew services stop postgresql Stopping `postgresql`...
(might take a while) ==> Successfully stopped `postgresql` (label: homebrew.mxcl.postgresql) smyu@yusomancBookPro ~ % rm /usr/local/var/postgres/postmaster.pid smyu@yusomancBookPro ~ % brew services start p...
원문 링크 : os x postgresql 소켓 커넥션 로류