IT정보/Install

[Mac] PostgreSQL brew 설치

멋쟁휘개발자 2022. 4. 18. 22:10

 

 

터미널 실행

    (Command + SpaceBar 눌러서 Spotlight 에서 '터미널' 검색)

 

brew search postgresql
검색

 

brew install postgresql
5분정도(혹은 이내) 소요..

 

brew services start postgresql
postgreSQL 서비스 시작​

 

postgres -V
버전확인

 

psql postgres
postgreSQL 시작

 

\du
postgreSQL 설치 시 Role 자동 생성됨으로 Role 확인

 

role 생성하기