由于密码验证失败,无法连接到沙箱实例

Cannot connect to the sandbox instance due to password authentication failure

你好~~我正在做follwoing link的官方教程。

我的系统是windows10,我用的是VirtualBox 6.0,下载了最新的沙箱。

以下是我setp的步骤:

(1)开机:无法上传图片,开机信息如下:

Hostname: gpdb-sandbox.localdomain IP: 192.168.5.138 GPDB Admin: gpadmin GPDB Password: pivotal Tutorial User: gpuser Tutorial User Password: pivotal

(2) 导航到 pg_hba.conf 并将 "host all all 0.0.0.0/0 md5" 添加到它的最后一个

(3) 导航到 postgresql.conf 并向其添加 "listen_addresses = '*'"

(4) 然后我登录了 OS 和 运行 下面的命令

./start_all.sh

(5) 然后我从我的 windows 和 运行

打开了一个 cmd.exe

psql -U gpadmin -h 192.168.5.138 -p 5432 postgres

(6) 程序回复密码请求,然后我输入 "pivotal"

然后程序回复身份验证失败。任何人都可以帮助我,以便我可以开始教程的第一步吗??

非常感谢!

如果您从沙盒终端连接到数据库,则无需键入所有参数。 只需执行 psql 并按回车键,您将连接到 gpadmin 数据库。 如果您在 pg_hba.conf 中更改或添加任何条目,请通过下面的命令 运行 重新加载配置。

gpstop -u