대화형 세션을 열고 Neo4j 인스턴스에 대해 Cypher 쿼리를 실행. 참고:
neo4j-admin
,mysql
. 더 많은 정보: https://neo4j.com/docs/operations-manual/current/tools/cypher-shell/.
neo4j://localhost:7687
):cypher-shell
cypher-shell --address neo4j://{{호스트}}:{{포트}}
cypher-shell --username {{사용자명}} --password {{비밀번호}}
cypher-shell --database {{데이터베이스_이름}}
cypher-shell --file {{경로/대상/파일.cypher}}
cypher-shell --log {{경로/대상/파일.log}}
cypher-shell --help