pgAdmin连接远程postgresql服务器,提示致命错误
发布时间:2020-12-13 17:28:30 所属栏目:百科 来源:网络整理
导读:服务器ip:15.12.61.223 服务器pg安装目录, 打开$POSTSQL/data/pg_hdb.conf 找到 # IPv4 local connections: host all all 127.0.0.1/32 md5 在下面添加一行代码: host all all 15.12.61.223/32 md5 host all all 0/0 md5 //所有用户都能访问
服务器ip:15.12.61.223 服务器pg安装目录, 打开$POSTSQL/data/pg_hdb.conf 找到 # IPv4 local connections: host all all 127.0.0.1/32 md5 在下面添加一行代码: host all all 15.12.61.223/32 md5 host all all 0/0 md5 //所有用户都能访问 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |