【发布时间】:2014-06-26 14:03:14
【问题描述】:
我使用的是 mac,我通常使用 Sequel Pro 与 sql 数据库进行交互。通常我使用mysql,但我了解redshift使用Postgres。
当我尝试连接到我的 Redshift 数据库时,我应该使用 IP 还是“端点”?
当我尝试连接时,我从 Sequel Pro 收到此错误。
Unable to connect to host {{my_db_host}}, or the request timed out.
Be sure that the address is correct and that you have the necessary privileges, or try increasing the connection timeout (currently 10 seconds).
MySQL said: Can't connect to MySQL server on '{{my_db_host}}' (4)
谁能提供有关如何建立联系的建议?
谢谢
【问题讨论】:
-
仅供参考,Redshift 基于 ParAccel,它是一个非常旧的 PostgreSQL 版本的经过大量修改的分支。这很像说“Drizzle 使用 MySQL”。
-
Redshift 是 90% 的 PSQL,以及没有理由以这种方式处理大数据的特定事物
-
@djc391 90% 古老的 PostgreSQL,是的。删除了一大堆功能和特性(如程序语言)。它是一个有用的产品,没有任何问题,但它真的不再是 PostgreSQL。
标签: macos postgresql amazon-web-services amazon-redshift sequelpro