neo4j开启与关闭

进入neo4j目录bin下。
cd到bin目录下,执行启动命令:

./neo4j start 
另外neo4j还有其他命令,执行方式相同:

neo4j { console | start | stop | restart | status }
如果,./neo4j stop

如果不能停止neo4j,
用kill -s 9 强制杀掉进程。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-02-20
  • 2022-12-23
  • 2021-11-23
  • 2021-11-11
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2022-01-14
  • 2021-07-25
  • 2021-12-19
  • 2021-10-24
  • 2021-08-21
相关资源
相似解决方案