当前位置:网站首页>Neo4j installation tutorial
Neo4j installation tutorial
2022-07-06 11:05:00 【Pingguo stuffed with rice cakes】
neo4j install
1、 Sure jdk1.8 Installation completed
2、 Create system environment variables
(1) take neo4j The installation directory is configured to the system environment variable NEOJ_HOME in
NEOJ_HOME =E:\ Big data cloud computing \neo4j-community-3.5.31
(2) To configure path Variable
path=%NEO4J_HOME%\bin
3、 start-up neo4j( The two methods )
Law 1 : Start... From the console Neo4j Program
CMD Run as Administrator ( Enter as Administrator CMD, Otherwise, a warning appears . Warning : This command does not appear to be running with administrative rights. Some commands may fail e.g. Start/Stop)
Input :neo4j.bat console
Law two : hold Neo4j Installed as a service
Use neo4j install-service The order will neo4j Installed as a service .
install :bin\neo4j install-service ( Be careful : To be in neo4j Under the installation directory of )
uninstall :bin\neo4j uninstall-service
After installation as a service, you can use the following command to start directly 、 stop it 、 restart 、 Inquire about neo4j.
Start the service :neo4j start
Out of Service :neo4j stop
Restart the service :neo4j restart
Query service :neo4j status
4、 Open it in a browser http://localhost:7474 Default to http://localhost:7474/browser, appear Neo4j Interface , Installation succeeded .
user name :neo4j
Initial password :neo4j
You can change the password later
边栏推荐
- Generate PDM file from Navicat export table
- 软件测试-面试题分享
- CSDN问答标签技能树(二) —— 效果优化
- Use dapr to shorten software development cycle and improve production efficiency
- Kubernetes - problems and Solutions
- 【博主推荐】C# Winform定时发送邮箱(附源码)
- Yum prompt another app is currently holding the yum lock; waiting for it to exit...
- [BMZCTF-pwn] 11-pwn111111
- Redis的基础使用
- 一键提取pdf中的表格
猜你喜欢
CSDN question and answer module Title Recommendation task (I) -- Construction of basic framework
API learning of OpenGL (2002) smooth flat of glsl
Installation and use of MySQL under MySQL 19 Linux
[Thesis Writing] how to write function description of jsp online examination system
Windows cannot start the MySQL service (located on the local computer) error 1067 the process terminated unexpectedly
安装numpy问题总结
MySQL主從複制、讀寫分離
PyCharm中无法调用numpy,报错ModuleNotFoundError: No module named ‘numpy‘
Esp8266 at+cipstart= "", "", 8080 error closed ultimate solution
Classes in C #
随机推荐
[recommended by bloggers] C MVC list realizes the function of adding, deleting, modifying, checking, importing and exporting curves (with source code)
Redis的基础使用
Install mysql5.5 and mysql8.0 under windows at the same time
Deoldify项目问题——OMP:Error#15:Initializing libiomp5md.dll,but found libiomp5md.dll already initialized.
Copy constructor template and copy assignment operator template
Django运行报错:Error loading MySQLdb module解决方法
MySQL完全卸载(Windows、Mac、Linux)
++Implementation of I and i++
CSDN Q & a tag skill tree (V) -- cloud native skill tree
MySQL22-逻辑架构
Kubesphere - deploy the actual combat with the deployment file (3)
35 is not a stumbling block in the career of programmers
虚拟机Ping通主机,主机Ping不通虚拟机
基于apache-jena的知识问答
01项目需求分析 (点餐系统)
Esp8266 at+cipstart= "", "", 8080 error closed ultimate solution
Breadth first search rotten orange
Basic use of redis
【博主推荐】SSM框架的后台管理系统(附源码)
【博主推荐】asp.net WebService 后台数据API JSON(附源码)