데이터베이스 생성방법

뿌이·2023년 8월 7일
0

개발환경설정

목록 보기
11/13

datagrip에서 만드는게 아니구
https://shanepark.tistory.com/186
위 url에서 수퍼 유저 만들고 나서 datagrip에서 아무 db나 만들고
아이디랑 비밀번호를 수퍼유저로 하면 그냥 만들어짐

그다음에 dbinit을 반드시 해줘야되는데 이게 개어려웠음

initdb --locale=C -E UTF-8 /opt/homebrew/var/postgres

https://daily-dev-tips.com/posts/installing-postgresql-on-a-mac-with-homebrew/
이거 보고 하면됨.
권한도 없고, 폴더도 존재하지를 않아서 진짜 엄청 해맸다

DB 외부접속 허용방법

https://tbmaster.tistory.com/89

vi /opt/homebrew/var/postgres/postgresql.conf

밑으로 쭉 내리다보면 localhost대신 *로 바꿀수있음

postgresql 재시작 방법

 brew services restart postgresql@14
profile
기록이 쌓이면 지식이 된다.

1개의 댓글

comment-user-thumbnail
2023년 8월 7일

개발자로서 배울 점이 많은 글이었습니다. 감사합니다.

답글 달기