61
A
回答
11
0
主機或主機名將是遠程服務器的i.p地址,或者如果您可以通過計算機名稱通過網絡訪問它,則應該適用。
129
如果使用Libpq的形成有用於各自語言的結合,根據其documentation URI如下:從同一文檔
postgresql://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]
下面是示例
postgresql://
postgresql://localhost
postgresql://localhost:5433
postgresql://localhost/mydb
postgresql://[email protected]
postgresql://user:[email protected]
postgresql://[email protected]/otherdb?connect_timeout=10&application_name=myapp
postgresql://localhost/mydb?user=other&password=secret
+1
這爲我工作postgres:// user:secret @ localhost:5432/mydatabasename – 2018-02-16 15:04:31
0
爲postgres的 語法連接URL :
"Server=host ipaddress;Port=5432;Database=dbname;User Id=userid;Password=password;
例如:
"Server=192.168.1.163;Port=5432;Database=postgres;User Id=postgres;Password=root;
相關問題
- 1. Google OpenID連接網址iOS
- 2. Android2.2網址連接異常
- 3. 將javascript連接到網址
- 4. Tomcat Postgres連接
- 5. Postgres FDW連接Linux
- 6. Postgres多個連接
- 7. postgres連接池庫
- 8. 連接到Postgres的
- 9. Postgres Npgsql連接池
- 10. 終止連接-Postgres
- 11. Postgres:連接拒絕
- 12. Jhipster和Postgres連接
- 13. 連接到來自java的https網址
- 14. Coverity的連接網址快照
- 15. 無法創建「的連接網址「空」
- 16. 使用Python的urllib2連接網址
- 17. 法拉第未連接到網址
- 18. 無法打開網址連接
- 19. Android鏈接網址鏈接非網址
- 20. Facebook連接的手機連接網址是什麼?
- 21. Postgres在127.0.0.1停止連接
- 22. Centos的Postgres的連接
- 23. SQL自然連接POSTGRES
- 24. 用Perl連接到Postgres
- 25. 如何連接Postgres裏
- 26. 的Postgres連接在Ubuntu
- 27. Postgres的更新左連接
- 28. 來自node.js的postgres連接
- 29. C#postgres數據庫連接
- 30. Postgres的連接查詢
驅動程序?語言? – 2010-08-27 10:30:23