neo4j-desktop

neo4j console how to specify local path of existing db?

♀尐吖头ヾ 提交于 2019-12-24 19:15:55
问题 Suppose I have a graph database created with Neo4j Desktop in the path path/neo4jDatabases/database-abc/installation-3.5.5 In a different path I have the neo4j-community-3.5.5 folder (I am on OSX). I am trying to start the path/neo4jDatabases/database-abc/installation-3.5.5 database with neo4j-community. I am trying this command: sudo ./bin/neo4j console -path path/neo4jDatabases/database-abc/installation-3.5.5 but the started database is using the directories of neo4j-community-3.5.5 instead