How to delete/create databases in Neo4j?

前端 未结 12 1179
既然无缘
既然无缘 2020-12-12 11:52

Is it possible to create/delete different databases in the graph database Neo4j like in MySQL? Or, at least, how to delete all nodes and relationships of an existing graph t

12条回答
  •  春和景丽
    2020-12-12 12:24

    As of version 3 I believe it is now possible to create separate database instances and thus their location is slightly different.

    Referring to:https://neo4j.com/developer/guide-import-csv/

    The --into retail.db is obviously the target database, which must not contain an existing database.

    On my Ubuntu box the location is in:

    /var/lib/neo4j/data/databases where I currently see only graph.db which I believe must be the default.

提交回复
热议问题