반응형
1. PostgreSQL 다운로드 받기
링크 : https://www.postgresql.org/download/windows/
PostgreSQL: Windows installers
Windows installers Interactive installer by EDB Download the installer certified by EDB for all supported PostgreSQL versions. Note! This installer is hosted by EDB and not on the PostgreSQL community servers. If you have issues with the website it's hoste
www.postgresql.org
2. 상단에 Download the installer 클릭하면 다음 화면으로 넘어갈수 있다.
3. 다운로드 PostgreSQL화면에서 OS에 맞는 최신 버전을 클릭하면 다운로드가 진행된다.
4. 아래 창이 뜨면서 몇초후 다운로드가 자동으로 진행된다. 저기 밑에 Start Free는 안 눌러도 진행되니! 낚이지 말도록!
5. 설치 시 Root 비밀번호와 포트( 5432 )를 정하는데 분실에 주의하여 설정하고 설치한다.
반응형
'Database' 카테고리의 다른 글
Mysql Update Query - mysql 업데이트 쿼리 (0) | 2021.06.08 |
---|---|
특정 테이블에서 다른 특정 테이블로 업데이트 하기 (0) | 2020.05.18 |