linux neo4j使用

在Linux系统中,Neo4j的启动、状态检查及密码修改过程包括:在bin目录下执行`./neo4j start`启动,用`./neo4j status`查看状态,使用`./cypher-shell`登录并修改默认密码。建议使用Cypher查询语言,例如创建节点、查询数据等。
摘要由CSDN通过智能技术生成

https://blog.csdn.net/lifestxx/article/details/84788380

linux环境下

到neo4j安装的目录,bin目录下

执行./neo4j start 启动

执行./neo4j status 查看neo4j状态

./neo4j-shell   -path /opt/neo4j-community-3.4.10/

建议使用cypher-shell

./cypher-shell

username: neo4j

默认密码neo4j

password: *****

Connected to Neo4j 3.4.10 at bolt://localhost:7687 as user neo4j.

Type :help for a list of available commands or :exit to exit the shell.

Note that Cypher queries must end with a semicolon.

neo4j>

需要修改密码

CALL dbms.changePassword('test')

 

neo4j> match (n) return n;

0 rows available after 10 ms, consumed after another 1 ms

neo4j> create (p:Person {name:'zhangsan'}) return p;

+------------------------------+

| p                            |

+------------------------------+

| (:Person {name: "zhangsan"}) |

+------------------------------+

 

1 row available after 172 ms, consumed after another 0 ms

Added 1 nodes, Set 1 properties, Added 1 labels
————————————————

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值