1)为了允许远程连接:

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

To open the port  edit your /etc/postgresql/9.1/main/postgresql.conf and change

listen_addresses='localhost'

to

listen_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 postgres

Enter new password: 

最新文章

  1. [AlwaysOn Availability Groups]CLUSTER.LOG(AG)
  2. lca入门———树上倍增法(博文内含例题)
  3. easyui tree 编辑后保留原先状态
  4. oracle归档日志写满错误解决方法
  5. Web service project中导入的库JAXB(JDK1.7新产品,组成部分)
  6. httplib、urllib、urllib2的区别
  7. 匿名管道 远程cmd
  8. 解决TIME_WAIT过多问题
  9. PostgreSql中如何kill掉正在执行的sql语句
  10. 计算机体系结构-CPU
  11. Junit4_单元测试
  12. duilib绘制边框
  13. 关于java多线程关键字volatile的理解
  14. Cardinality
  15. UML2.0最新版入门图解
  16. vue-router拦截
  17. 安卓开发ScrollView嵌套ListView只显示一行
  18. 阿里云Centos7 yum安装MySQL5.6
  19. js 实现获取当前日期/时间/星期
  20. BZOJ 3357--[Usaco2004]等差数列(STL&DP)

热门文章

  1. jmeter的使用
  2. JQuery 实现 倒计时 按钮具体方法
  3. Node复习
  4. Codeforces 832E Vasya and Shifts - 高斯消元
  5. bzoj 3237 连通图 - 并查集 - 线段树
  6. 如何在Framework中读取bundle中的Res
  7. IDEA旗舰版新建web项目
  8. 论文笔记:Person Re-identification with Deep Similarity-Guided Graph Neural Network
  9. 论文笔记:Parallel Tracking and Verifying: A Framework for Real-Time and High Accuracy Visual Tracking
  10. Mapreduce 历史服务 配置启动查看