我试图连接到一个托管在亚马逊EC2上的数据库:
ec2-xx-xx-xxx-xxx.xxxx-1.amazonaws.com/companyName我已经得到了这个用户和密码。
What is the best way to connect to a database on this server?我试过这个工具:
http://www.razorsql.com/register5.html
还有postgres客户端连接。
非常感谢你的指导/
发布于 2012-08-22 23:38:00
只要您或管理员打开适当的端口,您在哪里托管postgresql并不重要。因此,确保ubuntu防火墙是为postgresql开放的,并且amazon上的安全组也打开了相同的端口。查看这篇关于安全组的文章
然后您可以使用您喜欢的任何客户端。
https://serverfault.com/questions/420236
复制相似问题