You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
468 B

5 months ago
# Neo4J下载安装
https://blog.csdn.net/weixin_44455665/article/details/141463014
5 months ago
解压缩到D:\neo4j-community-5.26.2\bin
5 months ago
# 安装服务
5 months ago
cd D:\neo4j-community-5.26.2\bin
5 months ago
neo4j windows-service install
neo4j start
# 访问
http://127.0.0.1:7474
neo4j
neo4j
密码修改为DsideaL4r5t6y7u
# 通过python操作neo4j
5 months ago
https://blog.csdn.net/sinat_20471177/article/details/134056788
# 停止服务
neo4j stop
neo4j windows-service uninstall