◆SQL/PostgreSQL

postgre + pgAdmin4 설치

쿠키린 2023. 4. 4. 09:53

⬇️설치 방법

 

https://backendcode.tistory.com/225

 

PostgreSQL 설치 및 세팅 & pgAdmin 사용법 - Windows

이번 글에서는 PostgreSQL 설치 방법과 초기 세팅, pgAdmin을 사용해 Database 생성 및 User 생성에 대해 정리할 것입니다. 우선 pgAdmin이란 PostgreSQL을 설치했을 때 기본적으로 설치되는 것이고, PostgreSQL을

backendcode.tistory.com


⬇️설치 시 에러가 발생한다면

There has been an error.
An error occured executing the Microsoft VC++ runtime installer.

http://blog.engintruder.com/252

 

PostgreSQL 설치 시 ... An error occured executing the Microsoft VC++ runtime installer 경우

설치가 어렵지도 않은 postgreSQL을 설치하려고하는데.. 되게 쌩뚱맞은 오류가 보이더군요.. 바로아래 그림입니다. There has been an error. An error occured executing the Microsoft VC++ runtime installer. 뭐 깔끔한 컴

blog.engintruder.com

#cmd 창에서 순서대로 입력하세요~
cd Downloads
postgresql-9.6.24-1-windows-x64.exe --install_runtimes 0

https://www.enterprisedb.com/downloads/postgres-postgresql-downloads

 

Community DL Page

Note: EDB no longer provides Linux installers for PostgreSQL 11 and later versions, and users are encouraged to use the platform-native packages. Version 10.x and below will be supported until their end of life. For more information, please see this blog p

www.enterprisedb.com

9.6.24 설치

 

 

🔥비빌번호 잘 적어두고!~

🔥기본포트는 5432