当前位置:网站首页>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

之后可以修改密码
边栏推荐
- [recommended by bloggers] C # generate a good-looking QR code (with source code)
- JDBC原理
- Ansible实战系列三 _ task常用命令
- 解决扫描不到xml、yml、properties文件配置
- Swagger、Yapi接口管理服务_SE
- Global and Chinese market of transfer switches 2022-2028: Research Report on technology, participants, trends, market size and share
- [C language foundation] 04 judgment and circulation
- Windows cannot start the MySQL service (located on the local computer) error 1067 the process terminated unexpectedly
- 【博主推荐】SSM框架的后台管理系统(附源码)
- Kubernetes - problems and Solutions
猜你喜欢

CSDN问答标签技能树(一) —— 基本框架的构建

CSDN question and answer module Title Recommendation task (I) -- Construction of basic framework

Data dictionary in C #

LeetCode #461 汉明距离

How to change php INI file supports PDO abstraction layer

Django运行报错:Error loading MySQLdb module解决方法

MySQL transaction log

Mysql34 other database logs

CSDN Q & a tag skill tree (V) -- cloud native skill tree

35 is not a stumbling block in the career of programmers
随机推荐
Swagger, Yapi interface management service_ SE
CSDN question and answer tag skill tree (II) -- effect optimization
Mysql22 logical architecture
一键提取pdf中的表格
CSDN问答标签技能树(五) —— 云原生技能树
MySQL主从复制、读写分离
Timestamp with implicit default value is deprecated error in MySQL 5.6
Ansible实战系列三 _ task常用命令
Postman uses scripts to modify the values of environment variables
Idea import / export settings file
Kubesphere - deploy the actual combat with the deployment file (3)
[recommended by bloggers] background management system of SSM framework (with source code)
Opencv uses freetype to display Chinese
February 13, 2022 - Maximum subarray and
记一次某公司面试题:合并有序数组
MySQL other hosts cannot connect to the local database
MySQL的一些随笔记录
记某公司面试算法题:查找一个有序数组某个数字出现的次数
MySQL23-存儲引擎
[recommended by bloggers] asp Net WebService background data API JSON (with source code)