반응형
나는 M2칩임
- homebrew
brew install postgresql
- 버전확인
postgres -V
brew services start postgresql
- postgres 접속
- 나는 비번을 옛날에 설정해둔 게 있어서 그게 그대로 적용
psql -U postgres
- 이제 포트 열어주자
postgresql@14 % vi postgresql.conf
brew services restart postgresql@14
- 이제 pgAdmin을 설치하자
Download
Download pgAdmin is a free software project released under the PostgreSQL licence. The software is available in source and binary format from the PostgreSQL mirror network. Because compiling from source requires technical knowledge, we recommend installing
www.pgadmin.org
arm64로 선택
Pg_Admin 실행
- DB 만들기
- 밑 처럼 Kkrap DB를 만듦
반응형
'DB > PostgreSQL' 카테고리의 다른 글
[PostgreSQL] 명령어 모음집 (0) | 2025.01.05 |
---|