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/
이거 보고 하면됨.
권한도 없고, 폴더도 존재하지를 않아서 진짜 엄청 해맸다
https://tbmaster.tistory.com/89
vi /opt/homebrew/var/postgres/postgresql.conf
밑으로 쭉 내리다보면 localhost대신 *로 바꿀수있음
brew services restart postgresql@14
개발자로서 배울 점이 많은 글이었습니다. 감사합니다.