AWS RDS Postgres connection failure

后端 未结 2 1354
日久生厌
日久生厌 2021-01-28 12:46

I am getting started on AWS RDS. I am trying to create a public PostgreSQL instance (free tier) and trying to connect from my local laptop through SQL Workbench. I am following

2条回答
  •  逝去的感伤
    2021-01-28 13:25

    SQL Workbench was a MySQL client GUI last time I checked. So it is not surprising if it cannot connect to a database forked from PostgreSQL.

    Try psql or some other PostgreSQL client software.

提交回复
热议问题