如何在Windows中更改postgresql监听端口?
如何将postgresql的默认监听端口5432更改为其他号码?
另一个问题,
我需要执行哪些步骤才能允许使用 python pyscopg2 远程读写访问数据库?
How do i change the default listening port 5432 of postgresql to another number?
Another question,
What steps do i have do to allow remote r/w access to the database using python pyscopg2?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需更改文件
postgresql.conf
中的设置(可以在data
目录中找到):可以通过更改 pg_hba.conf,只需添加 IP 地址即可。您还必须编辑
postgresql.conf
:Just change the setting in the file
postgresql.conf
(can be found in thedata
directory):Remote access can be given by changing pg_hba.conf, just add the ip-address. You also have to edit
postgresql.conf
: