当前位置:网站首页>neo4j安装教程
neo4j安装教程
2022-07-06 09:13:00 【萍果馅是年糕】
neo4j安装
1、确定好jdk1.8安装完毕
2、创建好系统环境变量
(1)将neo4j安装目录配置到系统环境变量NEOJ_HOME中
NEOJ_HOME =E:\大数据云计算\neo4j-community-3.5.31
(2)配置path变量
path=%NEO4J_HOME%\bin
3、启动neo4j(两种方法)
法一:通过控制台启动Neo4j程序
CMD管理员身份运行(以管理员身份进入CMD,否则出现警告。警告: This command does not appear to be running with administrative rights. Some commands may fail e.g. Start/Stop)
输入:neo4j.bat console
法二:把Neo4j安装为服务
使用neo4j install-service命令将neo4j安装为服务。
安装:bin\neo4j install-service (注意:要在neo4j的安装目录下进行)
卸载:bin\neo4j uninstall-service
安装成为服务之后就可以使用以下命令来直接进行启动、停止、重启、查询neo4j。
启动服务:neo4j start
停止服务:neo4j stop
重启服务:neo4j restart
查询服务:neo4j status
4、在浏览器中打开http://localhost:7474 默认跳转到 http://localhost:7474/browser,出现Neo4j界面,则安装成功。
用户名:neo4j
初始密码:neo4j
之后可以修改密码
边栏推荐
- Some problems in the development of unity3d upgraded 2020 VR
- Have you mastered the correct posture of golden three silver four job hopping?
- JDBC原理
- Ansible practical Series III_ Task common commands
- Redis的基础使用
- MySQL completely uninstalled (windows, MAC, Linux)
- MySQL主从复制、读写分离
- Invalid default value for 'create appears when importing SQL_ Time 'error reporting solution
- The virtual machine Ping is connected to the host, and the host Ping is not connected to the virtual machine
- 【博主推荐】asp.net WebService 后台数据API JSON(附源码)
猜你喜欢
Django运行报错:Error loading MySQLdb module解决方法
一键提取pdf中的表格
MySQL master-slave replication, read-write separation
C language advanced pointer Full Version (array pointer, pointer array discrimination, function pointer)
CSDN问答标签技能树(五) —— 云原生技能树
LeetCode #461 汉明距离
Detailed reading of stereo r-cnn paper -- Experiment: detailed explanation and result analysis
MySQL19-Linux下MySQL的安装与使用
MySQL20-MySQL的数据目录
Mysql24 index data structure
随机推荐
【博主推荐】C#生成好看的二维码(附源码)
Valentine's Day is coming, are you still worried about eating dog food? Teach you to make a confession wall hand in hand. Express your love to the person you want
CSDN-NLP:基于技能树和弱监督学习的博文难度等级分类 (一)
CSDN问答标签技能树(二) —— 效果优化
MySQL21-用户与权限管理
JDBC原理
Global and Chinese markets for aprotic solvents 2022-2028: Research Report on technology, participants, trends, market size and share
Have you mastered the correct posture of golden three silver four job hopping?
[untitled]
How to change php INI file supports PDO abstraction layer
Win10: how to modify the priority of dual network cards?
解决:log4j:WARN Please initialize the log4j system properly.
Remember a company interview question: merge ordered arrays
February 13, 2022-2-climbing stairs
The virtual machine Ping is connected to the host, and the host Ping is not connected to the virtual machine
MySQL主从复制、读写分离
虚拟机Ping通主机,主机Ping不通虚拟机
Postman Interface Association
++Implementation of I and i++
MySQL19-Linux下MySQL的安装与使用