I installed the newest version of ArangoDB on my Mac (macOS High Sierra) and when I try to connect to the server via
*localhost:~ davidoff$ arangosh --server.username "root" --server.database _SYSTEM*
I get the following error message:
Could not connect to endpoint 'http+tcp://127.0.0.1:8529', database: '_SYSTEM', username: 'root' Error message: 'Could not connect to 'http+tcp://127.0.0.1:8529' 'connect() failed with #61 - Connection refused'
I couldn't open http://localhost:8529
via the browser either.
Same error message. Any recommendations how to handle this?