【发布时间】:2018-11-21 16:11:18
【问题描述】:
我刚开始使用 Data Grip,但在我开始做任何事情之前就被卡住了。我做的第一件事是使用默认参数创建 postgre 数据源。
现在我打开了一个控制台,并尝试运行一个脚本:
drop table table1;
然后控制台打印:
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
对此我能做些什么,以便我可以在例如:D:\Database\ 中创建我的项目,而不是连接到其他主机?
【问题讨论】:
标签: sql database postgresql datagrip