資料庫連線
|
先決條件
|
---|---|
本機資料庫連線
|
• 已安裝 PostgreSQL,且路徑 PostgreSQL/bin 應該在 PATH 環境變數中可用。
• 要安裝 ThingWorx Flow 的主機必須擁有對 PostgreSQL 伺服器的存取權。
• 已更新 pg_hba.conf 檔案,以允許從 ThingWorx Flow 主機連線至 PostgreSQL。
例如,如果 ThingWorx Flow 安裝在與 PostgreSQL 相同的主機上,請更新 pg_hba.conf 檔案,以將密碼驗證方法設定為 md5、password 或 trust。不過,不建議使用 trust。
以下是密碼驗證設定為 md5 之 pg_hba.conf 檔案的範例:
$ Edit pg_hba.conf for following:
... # "local" is for Unix domain socket connections only local all all md5 # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5 如需有關 pg_hba.conf 檔案的詳細資訊,請參閱此連結。
|
遠端資料庫連線
|
• 安裝與 PostgreSQL 版本相容的 psql 用戶端。
• 將已安裝的 psql 新增至 PATH 環境變數。您可以依照下列步驟執行:
b. 安裝 pgadmin 用戶端。
c. 更新 PATH 環境變數,以附加至 pgadmin 用戶端安裝位置的路徑。
|
|
請務必在所支援版本的 Red Hat Enterprise Linux 上安裝 ThingWorx Flow。如需詳細資訊,請參閱支援的作業系統。
|
資料庫連線
|
先決條件
|
---|---|
本機資料庫連線
|
• 已安裝 PostgreSQL,且路徑 PostgreSQL/bin 應該在 PATH 環境變數中可用。
• 要安裝 ThingWorx Flow 的主機必須擁有對 PostgreSQL 伺服器的存取權。
• 已更新 pg_hba.conf 檔案,以允許從 ThingWorx Flow 主機連線至 PostgreSQL。
例如,如果 ThingWorx Flow 安裝在與 PostgreSQL 相同的主機上,請更新 pg_hba.conf 檔案,以將密碼驗證方法設定為 md5、password 或 trust。不過,不建議使用 trust。
以下是密碼驗證設定為 md5 之 pg_hba.conf 檔案的範例:
$ Edit pg_hba.conf for following:
... # "local" is for Unix domain socket connections only local all all md5 # IPv4 local connections: host all all 127.0.0.1/32 md5 # IPv6 local connections: host all all ::1/128 md5 如需有關 pg_hba.conf 檔案的詳細資訊,請參閱此連結。
|
遠端資料庫連線
|
安裝與 PostgreSQL 版本相容的 psql 用戶端。
|