일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- MySQL
- Container
- Routing
- 리눅스
- 스노트 룰
- Cosmos
- 라우팅
- 트레바리
- 도커
- snort
- programmers
- 프로그래머스
- docker
- 컨테이너
- Python
- 코딩 테스트
- 라우팅프로토콜
- database
- 코딩테스트
- Snort Rule
- db
- Router
- coding test
- 라우터
- Linux
- TDD
- OSI7계층
- osi7layer
- 스노트
- 데이터베이스
Archives
- Today
- Total
목록db 접속 에러 (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT
[ERROR] PostgreSQL, connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
psql 접속 중 오류가 발생했어요. 잘 사용해 왔는데, 갑자기 왜 이럴까... 궁금해졌죠. 이유는 간단해요! 내부 postmaster.pid 파일이 발생시키는 Process 충돌 때문입니다. 아래 명령어로 간단하게 해결이 가능해요! $ brew services stop postgresql Stopping `postgresql`... (might take a while) ==> Successfully stopped `postgresql` (label: homebrew.mxcl.postgresql) $ rm /usr/local/var/postgres/postmaster.pid $ brew services start postgresql ==> Successfully started `postgresql` (l..
Simple is IT/Database
2020. 9. 29. 12:20