728x90
데이터베이스 종류 중에 하나인 PostgreSQL를 설치하다 보면 오류가 나오는 경우가 있다.
으흠 런타임 오류...?!
검색을 해보니깐 옵션을 설정해주면 가능한것 같았다.
CMD 창을 오픈해서 exe 파일로 이동을 해주면 된다. 이후 --install_runtimes 0 옵션을 추가하면 완료.
예시를 보자면
C:\Users\Admin>cd Downloads (exe가 있는 폴더로 이동)
C:\Users\Admin\Downloads> postgresql-9.6.20-1-windows-x64.exe --install_runtimes 0
이렇게 해주면 exe 파일이 정상적으로 실행되는것을 확인할 수 있다.
728x90
'오류 모음집' 카테고리의 다른 글
[GeoServer] Cross domain 문제 CORS 오류 No 'Access-Control-Allow-Origin' header is present 에러 (0) | 2021.02.04 |
---|---|
[MariaDB] Data too long for column 에러 (0) | 2021.01.22 |
[SQL] SQL 오류 1005 errno : 150 Foreign key constraint is incorrectly formed (0) | 2020.12.03 |
SVN E155004 locked 에러 (1) | 2020.11.24 |
[Java] Publising failed with multiple errors file not found (0) | 2020.10.06 |