摘要: 默认情况下,postgresql是只允许localhost连接的,如果需要使用远程连接,需要修改两个配置文件。 postgresql.conf 和 pg_hba.conf 在postgresql.conf找到 #listen_addresses = 'localhost' ,取消前面的注释符号#,并 阅读全文
posted @ 2018-11-02 17:49 sherlock-merlin 阅读(777) 评论(0) 推荐(0)