Neo4j用法参数详细说明,Neo4j常用命令一览表,Neo4j最全使用文档, 使用手册。

Startup

$ neo4j start      # http://localhost:7474/ - run in the background
$ neo4j console    # get a console we ctrl-c to quit
$ neo4j stop       # stop the background process

Misc

Docs

Delete a db

This is ridiculous, but…

libexec$ pwd
/usr/local/Cellar/neo4j/3.0.0/libexec
libexec$ ls
LICENSES.txt  bin/          conf/         import/       logs/         run/
UPGRADE.txt   certificates/ data/         lib/          plugins/
libexec$ rm -rf data/*