neo4j

1 阅读1分钟

下载neo4j-community-5.10.0.tar.gz,下载open-java-17

安装完毕,将neo4j.conf中dbms.security.auth_enabled=true改为false

修改密码


sudo ./cypher-shell

neo4j@neo4j> ALTER USER neo4j SET PASSWORD '123456';
0 rows
ready to start consuming query after 100 ms, results consumed after another 0 ms
neo4j@neo4j> :exit

修改完毕在将neo4j.conf中dbms.security.auth_enabled=true改为true

执行sudo ./bin/neo4j start