neo4j-admin

Neo4j DBMS(데이터베이스 관리 시스템) 관리 및 운영. 같이 보기: cypher-shell, mysqld. 더 많은 정보: https://neo4j.com/docs/operations-manual/current/neo4j-admin-neo4j-cli/.

neo4j-admin server start

neo4j-admin server stop

neo4j-admin dbms set-initial-password {{데이터베이스_이름}}

neo4j-admin database dump --to-path={{경로/대상/폴더}} {{데이터베이스_이름}}

neo4j-admin database load --from-path={{경로/대상/폴더}} {{데이터베이스_이름}} --overwrite-destination=true

neo4j-admin database load --from-stdin {{데이터베이스_이름}} --overwrite-destination=true < {{경로/대상/파일이름.dump}}

neo4j-admin --help