相关疑难解决方法(0)

AWS RDS Postgresql Pgadmin - 服务器不听

我按照这里找到的aws教程.

一切顺利,直到通过pgadmin连接到postgresql实例.

我输入了相应的用户/ pw信息并适当地复制/粘贴了db的地址.

我的aws仪表板上的端口确实是5432.

我收到以下错误消息:

Server doesn't listen
The server doesn't accept connections: the connection library reports 
could not connect to server: Operation timed out Is the server running on host "my_database_name.some_stuff.us-west-2.rds.amazonaws.com" (52.10.228.18) and accepting TCP/IP connections on port 5432? 
If you encounter this message, please check if the server you're trying to contact is actually running PostgreSQL on the given port. Test if you have network connectivity from your client to the server host using ping …
Run Code Online (Sandbox Code Playgroud)

postgresql amazon-web-services amazon-rds

1
推荐指数
1
解决办法
2201
查看次数