Linux command
neo4j 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Start Neo4j server
neo4j start
Stop server
neo4j stop
Check status
neo4j status
Run as console (foreground)
neo4j console
Open Cypher shell
cypher-shell
Set initial password
neo4j-admin dbms set-initial-password [password]
说明
Neo4j is a native graph database platform for connected data. It uses the Cypher query language and stores data as nodes and relationships. Neo4j excels at queries involving complex relationships that would require expensive joins in relational databases.
参数
- start
- Start server in background.
- stop
- Stop server.
- restart
- Restart server.
- status
- Check server status.
- console
- Run in foreground.
- version
- Print Neo4j version information and exit.
- help
- Print usage information for the neo4j launcher.
FAQ
What is the neo4j command used for?
Neo4j is a native graph database platform for connected data. It uses the Cypher query language and stores data as nodes and relationships. Neo4j excels at queries involving complex relationships that would require expensive joins in relational databases.
How do I run a basic neo4j example?
Run `neo4j start` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does start do in neo4j?
Start server in background.