【安装neo4j-5.26.5社区版 完整过程】

1. 安装java

  • 下载
    JDK21-windows官网地址
  • 配置环境变量
    在底下的系统变量中新建系统变量,变量名为JAVA_HOME21,变量值为JDK文件夹路径,默认为:
bash 复制代码
C:\Program Files\Java\jdk-21

然后在用户变量Path中,添加下面两个:

bash 复制代码
%JAVA_HOME21%\bin
%JAVA_HOME21%\bin\jre

4,验证版本

搜索cmd按回车,打开cmd,分别输入下面的指令:

bash 复制代码
java -version
javac -version

2. 下载neo4j社区版

  • 下载
    community官网地址
  • 配置系统变量(查看高级...->环境变量)
    • 创建NEO4J_HOME,值为对应的根目录
    • 在Path中添加%NEO4J_HOME%\bin

默认 username 'neo4j' and password 'neo4j'

3. 下载neo4j插件

4. 启动指令

  1. To run Neo4j as a console application, use:
bash 复制代码
<NEO4J_HOME>\bin\neo4j console

To install Neo4j as a service use:

bash 复制代码
<NEO4J_HOME>\bin\neo4j install-service
  1. For additional commands and to learn about the Windows PowerShell module included in the Zip file, see the Windows installation documentation.
  2. Visit opens in new tab http://localhost:7474 in your web browser. Connect using the username neo4j with default password neo4j. You'll then be prompted to change the password.
  3. 简单点总结
bash 复制代码
cd neo4j社区版路径/bin
neo4j console
相关推荐
serve the people5 小时前
tensorflow 零基础吃透:tf.function 与 RaggedTensor 的结合使用
人工智能·tensorflow·neo4j
serve the people6 小时前
tensorflow 零基础吃透:SavedModel 与 RaggedTensor 的结合使用
人工智能·tensorflow·neo4j
serve the people11 小时前
tensorflow 零基础吃透:RaggedTensor 的重载运算符
人工智能·tensorflow·neo4j
大、男人11 小时前
python之知识图谱(Neo4j)
人工智能·知识图谱·neo4j
serve the people1 天前
tensorflow 零基础吃透:tf.data 中 RaggedTensor 的核心用法(数据集流水线)
人工智能·tensorflow·neo4j
serve the people2 天前
tensorflow 零基础吃透:不规则张量(RaggedTensor)vs 稀疏张量(SparseTensor)
人工智能·tensorflow·neo4j
shayudiandian2 天前
深度学习可视化:用TensorBoard分析模型训练过程
人工智能·深度学习·neo4j
serve the people2 天前
零基础吃透 RaggedTensor 文本特征提取示例(通俗版)
neo4j
serve the people3 天前
tensorflow不规则张量(RaggedTensor)的存储约束
人工智能·tensorflow·neo4j
serve the people3 天前
TensorFlow 中不规则张量(RaggedTensor)
人工智能·tensorflow·neo4j