1.edit neo4j.conf 把
cs
# The name of the default database
initial.dbms.default_database=honglouneo4j # 写上自己的数据库名称
和
cs
# Name of the service
#5.0 server.windows_service_name=neo4j
#4.0 dbms.default_database=neo4j
#dbms.default_database=neo4jwind
server.windows_service_name=Honglouneo4j
在neo4j-community-5.26.1\conf 文件夹
- 在neo4j-community-5.26.1\data\databases和neo4j-community-5.26.1\data\transactions 文件夹下创建自己数据库名称的文件夹。如honglouneo4j
3.重启动电脑,重启服务器 neo4j.bat console
相数据库文件自动生成
4.浏览器打开 neo4j@neo4j://localhost:7687/honglouneo4j - Neo4j Browser
http://localhost:7474/browser/
5.Neo4j cypher-shell用法:
- neo4j.bat和neo4j-admin.bat用法: