일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- osi7layer
- 리눅스
- 도커
- MySQL
- Router
- 코딩 테스트
- Snort Rule
- Cosmos
- database
- TDD
- 프로그래머스
- OSI7계층
- 라우팅
- Routing
- db
- 라우터
- Container
- 스노트 룰
- coding test
- docker
- snort
- 라우팅프로토콜
- 데이터베이스
- 코딩테스트
- Python
- 컨테이너
- Linux
- programmers
- 스노트
- 트레바리
Archives
- Today
- Total
목록db 접속 에러 (1)
Simple is IT, 누구나 보고 누구나 깨닫는 IT

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