[root@test-200 ~]# /home/neo4j-community-5.26.3/bin/neo4j start Directories in use: home: /home/neo4j-community-5.26.3 config: /home/neo4j-community-5.26.3/conf logs: /home/neo4j-community-5.26.3/logs plugins: /home/neo4j-community-5.26.3/plugins import: /home/neo4j-community-5.26.3/import data: /home/neo4j-community-5.26.3/data certificates: /home/neo4j-community-5.26.3/certificates licenses: /home/neo4j-community-5.26.3/licenses run: /home/neo4j-community-5.26.3/run Starting Neo4j. Started neo4j (pid:4091). It is available at http://0.0.0.0:7474 There may be a short delay until the server is ready.
1 2 3 4 5 6 7 8 9
# neo4j 命令 Commands: version Print version information and exit. # neo4j版本信息 help Display help information about the specified command. # 帮助 console Start server in console. # 调试模式运行neo4j restart Restart the server daemon. # 重启neo4j start Start server asa daemon. # 启动neo4j status Get the status ofthe neo4j server process. # neo4j当前状态 stop Stop the server daemon. # 关闭neo4j
# 查看启动日志 [root@test-200 ~]# docker logs -f neo4j 2025-03-04 07:57:37.582+0000 INFO Logging config in use: File '/var/lib/neo4j/conf/user-logs.xml' 2025-03-04 07:57:37.605+0000 INFO Starting... 2025-03-04 07:57:38.680+0000 INFO This instance is ServerId{e8dcb67d} (e8dcb67d-cb96-4427-8fc7-b29dcce65aca) 2025-03-04 07:57:39.930+0000 INFO ======== Neo4j 5.26.3 ======== 2025-03-04 07:57:42.196+0000 INFO Anonymous Usage Data is being sent to Neo4j, see https://neo4j.com/docs/usage-data/ 2025-03-04 07:57:42.252+0000 INFO Bolt enabled on 0.0.0.0:7687. 2025-03-04 07:57:43.194+0000 INFO HTTP enabled on 0.0.0.0:7474. 2025-03-04 07:57:43.195+0000 INFO Remote interface available at http://localhost:7474/ 2025-03-04 07:57:43.200+0000 INFO id: BEBBB9C88510670679EB41AF04B311DFDC7088943CB169A8DA58B3BD62378775 2025-03-04 07:57:43.201+0000 INFO name: system 2025-03-04 07:57:43.201+0000 INFO creationDate: 2025-03-04T07:56:36.041Z 2025-03-04 07:57:43.202+0000 INFO Started.