【发布时间】:2017-11-16 09:05:02
【问题描述】:
我尝试使用 curl 更改密码:
curl -H "Content-Type: application/json" -XPOST -d '{"password":"new_password"}' -u neo4j:old_password http://core_server1_ip:10003/user/neo4j/password
但我必须为每个节点单独执行此操作。
编辑:我使用的是 neo4j 企业 3.3.0
【问题讨论】:
标签: neo4j