neo4j 删除所有数据

两种方法:

一、用下列 Cypher 语句:

match (n) detach delete n

二、

1、停掉服务;

2、删除 graph.db 目录;

3、重启服务。

你可能感兴趣的:(记录,neo4j)