【发布时间】:2018-03-03 14:24:10
【问题描述】:
我在我的 Mac (macOS High Sierra) 上安装了最新版本的 ArangoDB,当我尝试通过以下方式连接到服务器时
*localhost:~ davidoff$ arangosh --server.username "root" --server.database _SYSTEM*
我收到以下错误消息:
无法连接到端点“http+tcp://127.0.0.1:8529”,数据库:“_SYSTEM”,用户名:“root” 错误消息:'Could not connect to 'http+tcp://127.0.0.1:8529' 'connect() failed with #61 - Connection denied'
我也无法通过浏览器打开http://localhost:8529。
相同的错误信息。有什么建议如何处理吗?
【问题讨论】:
标签: browser arangodb connection-refused