修改postgresql 9.5端口号

前端之家收集整理的这篇文章主要介绍了修改postgresql 9.5端口号前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在postgresql 9.5的安装路径下,找到postgresql.conf文件
(我的在data文件夹内):
修改
port = 5432

保存,重复服务,就可生效。

更多方法参考:
http://stackoverflow.com/questions/187438/want-to-change-pgsql-port

原文链接:https://www.f2er.com/postgresql/194259.html

猜你在找的Postgre SQL相关文章