Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
它需要--server.endpoint选择,但我给它的任何东西都不起作用。有没有人在 Windows 上运行过这个数据库?
--server.endpoint
我已经完成了以下操作:在 Windows 8 下将“arango64.msi”下载并安装到目录“c:\Users\fceller\ArangoDB”中。切换到该目录并执行“shellExample.bat”。这将启动服务器,您可以通过“localhost:8529”下的浏览器访问它。
至于 server.endpoint 选项:它要么支持 tcp 要么支持 unix 域套接字(可能不在 Windows 下)。对于 TCP,语法是
tcp://127.0.0.1:8529