原文:
postgresql必須安裝在 ntfs 格式的分割槽中,預設情況下,您只能使用 127.0.0.1 來作為連線伺服器的位址,如果想要從其他機器連線,必須修改 postgresql 伺服器上的 pg_hba.conf 和 postgresql.conf 這兩個配置檔案中的內容,其位於 $postgressql$/8.0/data 中。
* 用記事本開啟 postgresql.conf 檔案後,將 listen_addresses 配置項釋放出來改為:listen_addresses = '*'
* 用記事本開啟 pg_hba.conf 檔案後,在 # ipv4 local connections 下新增如下行:
host all all 192.168.1.168/32 md5
這表示 postgresql 允許 ip 位址為 192.168.1.168 的任何主機與伺服器中的所有資料庫相連。
PostGIS安裝問題記錄
參照文章進行postgis的安裝 configure with pgconfig home postgresql 11.3 1 bin pg config with geosconfig usr local geos bin geos config with projdir usr local pr...
PostGIS教程二 PostGIS的安裝
目錄 二 安裝postgresql 三 安裝postgis 在安裝postgis前首先必須安裝postgresql,然後在安裝好的stack builder中選擇安裝postgis元件。這裡使用的postgresql版本是9.6。安裝postgresql安裝完成後,提示執行stack builder...
PostGIS教程二 PostGIS的安裝
目錄 二 安裝postgresql 三 安裝postgis 在安裝postgis前首先必須安裝postgresql,然後在安裝好的stack builder中選擇安裝postgis元件。這裡使用的postgresql版本是9.6。安裝postgresql安裝完成後,提示執行stack builder...