连接到数据库 (Postgres AWS RDS)
Connecting to Database (Postgres AWS RDS)
我正在学习有关如何在 AWS 上设置和连接 PostgreSQL 服务器的教程 HERE
当我尝试登录 workbench 时,我收到此消息:
一开始我以为是因为我的数据库实例还没有可用,所以我一直等到它备份完成。这似乎不起作用,因为我仍然收到此消息。我将不胜感激。
是否创建了安全组并允许数据库连接端口?
来自文档:
VPC Security Group(s): Select Create New Security Group. This will
create a security group that will allow connection from the IP address
of the device you are currently using, to the database created.
我正在学习有关如何在 AWS 上设置和连接 PostgreSQL 服务器的教程 HERE
当我尝试登录 workbench 时,我收到此消息:
一开始我以为是因为我的数据库实例还没有可用,所以我一直等到它备份完成。这似乎不起作用,因为我仍然收到此消息。我将不胜感激。
是否创建了安全组并允许数据库连接端口?
来自文档:
VPC Security Group(s): Select Create New Security Group. This will create a security group that will allow connection from the IP address of the device you are currently using, to the database created.