1、neo4j清空所有节点和关系命令如下: MATCH (n) OPTIONAL MATCH (n)-[r]-() DELETE n,r 2、neo4j中删除所有节点属性: (1)进入neo4j的安装目录: image.png (2)通过remove命令删除graph.db文件