Failed to load sql modules into the database cluster during PostgreSQL Installation
生活随笔
收集整理的這篇文章主要介紹了
Failed to load sql modules into the database cluster during PostgreSQL Installation
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在安裝postgre sql的時候,報Failed to load sql modules into the database cluster during PostgreSQL Installation
我在網上看了很多資料,說什么C++環境,管理員身份運行,其實你看到Failed to load 就還應該想到是權限問題,你指定的安裝目錄和數據存儲沒有寫權限
我的解決辦法是報錯之后,
1. 給安裝目錄授權讀寫執行都給;
2.執行PostgreSQL\9.4\installer目錄下的C++環境,即vcredist_x64.exe程序;
3.使用管理員運行即可。
不用卸載,重新安裝,之前的信息都是保留的,是修復安裝,這樣就安裝好了。
總結
以上是生活随笔為你收集整理的Failed to load sql modules into the database cluster during PostgreSQL Installation的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Spark SQL来读取现有Hive中的
- 下一篇: PostgreSQL数据库、表空间、角色