博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu 14.04 postgresql 的总结
阅读量:6215 次
发布时间:2019-06-21

本文共 560 字,大约阅读时间需要 1 分钟。

1)为了允许远程连接:

    a) http://askubuntu.com/questions/423165/remotely-access-postgresql-database

To open the port 5432 edit your /etc/postgresql/9.1/main/postgresql.conf and changelisten_addresses='localhost'tolisten_addresses='*'

 

  b) /etc/postgresql/9.3/main/pg_hba.conf

  host all all 10.182.209.0/24 trust

 

2) postgres 超级用户的密码

http://serverfault.com/questions/110154/whats-the-default-superuser-username-password-for-postgres-after-a-new-install

sudo -u postgres psql postgres# \password postgresEnter new password:

 

转载于:https://www.cnblogs.com/johnsonshu/p/5695585.html

你可能感兴趣的文章
eclipse皮肤更改方法
查看>>
搭建Nagios监控平台
查看>>
java多线程 --run()和Start()的区别
查看>>
十 手游开发神器 cocos2d-x editor 之触摸事件
查看>>
我的友情链接
查看>>
nodejs初学示例
查看>>
分布式文件系统之MFS
查看>>
Video.js自定义使用
查看>>
C++转型
查看>>
Linux搭建FTP
查看>>
MongoDB(四)之副本集
查看>>
SurfaceTexture,TextureView, SurfaceView和GLSurfaceView
查看>>
我的友情链接
查看>>
linux下 软链接与硬链接的区别
查看>>
Java报错系列——split
查看>>
ulimit -SHn 65535 含义
查看>>
关于升级lync或者安装lync的时候出现的中央管理服务器(cms)解决方法
查看>>
java HttpsURLConnection 实现https请求
查看>>
为什么你的员工执行力总是那么差?
查看>>
连接mysql数据库并写入
查看>>