【发布时间】:2018-04-12 01:03:08
【问题描述】:
从 Ubuntu 软件中心安装 pgAdmin III 后,我打开它,它需要添加到服务器的连接。所以我填写了如下信息:
点击确定按钮后,出现错误提示
连接到服务器时出错:无法翻译主机名 “http://127.0.0.1”到地址:名称或服务未知
如消息所示,我认为 postgres 服务没有启动。因此,我继续 go 终端控制台并通过输入 sudo service postgresql start 启动服务,但它返回 Failed to start postgresql.service: Unit postgresql.service failed to load: No such file or directory.
。我的 pgAdmin III 有什么问题或缺少什么?我之前只是在使用 Ubuntu,而且我在 Windows 上从来没有这个问题。谢谢。
【问题讨论】:
标签: postgresql ubuntu pgadmin