windows install neo4j 3.5.14

Due to teamwork, neo4j needs to be modified to 3.5.14. Let’s summarize it, which is convenient for you to install next time, and also for your friends. Reference
: https://blog.csdn.net/weixin_43886706/article/details/105184916Reference code



1. Installation process

1. Download address

https://we-yun.com/doc/neo4j/ historical version download address
This address has the historical version of neo4j.

2. Install jdk

To use neo4j, you need to install jdk. I have installed it before and this time I did not install it again.
(I will sort it out later when I need to install it)

3. Install neo4j

After downloading the compressed package from the address provided in the first part, unzip it. Be careful not to have Chinese in the decompression path!
I downloaded windows 3.5.14
and decompressed:
insert image description here

4. Configure environment variables

This PC -> Properties -> Advanced System Settings -> Environment Variables

Step 1: Add in the system environment variable NEO4J_HOME, the value is the decompression directory

insert image description here
After clicking OK, it becomes like this:
insert image description here
click OK again, NEO4J_HOMEand the configuration is complete.

Step 2: Add to path%NEO4J_HOME%\bin
insert image description here
Then click OK all the way.
Be sure to click OK every step of the way! ! !

2. Verify that the installation is successful

1. Start neo4j

insert image description here
Start neo4j, switch to NEO4J_HOME\bin (the decompressed directory), and then execute neo4j.bat console, as shown in the figure:
insert image description here
copy the link circled in the figure, open it in the browser, and prompt for a password. The default password is neo4j:
insert image description here
prompt to change the password after login:
insert image description here
After modification, you will enter successfully.
insert image description here

Guess you like

Origin blog.csdn.net/m0_62894677/article/details/128810336