Ubuntu下訪問Windows中Postgresql

來源:互聯網
上載者:User

標籤:檔案   使用者   hba   設定   防火牆   data   post   sts   tno   

  因為項目的原因,需要將Ubuntu中的一些資訊記錄到Windows中的Postgresql資料庫中,查看網上資訊,最後成功了,特地記錄以下,需要以下步驟:

(1)在Windows中Postgresql目錄下找到pg_hba.conf檔案,並做修改。

  在此檔案中添加一行,格式參考下面七種:
local      database  user  auth-method  [auth-option]host       database  user  CIDR-address  auth-method  [auth-option]hostssl    database  user  CIDR-address  auth-method  [auth-option]hostnossl  database  user  CIDR-address  auth-method  [auth-option]host       database  user  IP-address  IP-mask  auth-method  [auth-option]hostssl    database  user  IP-address  IP-mask  auth-method  [auth-option]hostnossl  database  user  IP-address  IP-mask  auth-method  [auth-option]  如host all all 192.168.1.0/24 md5,表示允許網段192.168.1.0上的所有主機使用所有合法的資料庫使用者名稱訪問資料庫,並提供加密的密碼驗證(2)在Windows中Postgresql目錄下找到 postgresql.conf 檔案, 修改postgresql.conf檔案,將資料庫伺服器的監聽模式修改為監聽所有主機發出的串連請求。  將檔案中listen_addresses=’localhost’更改為listen_addresses=’*‘    做完以上兩步,重啟資料庫服務,檢查是否能夠正常訪問,不行的話檢查防火牆設定。(3)在Windows防火牆頁面,選擇左側進階設定,添加規則。

Ubuntu下訪問Windows中Postgresql

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.