Manage and administer a Neo4j DBMS (Database Management System). See also:
cypher-shell
,mysqld
. More information: https://neo4j.com/docs/operations-manual/current/tools/neo4j-admin/.
neo4j-admin server start
neo4j-admin server stop
neo4j
user (prerequisite for the first start of the DBMS):neo4j-admin dbms set-initial-password database_name
database_name.dump
:neo4j-admin database dump --to-path=path/to/directory database_name
database_name.dump
:neo4j-admin database load --from-path=path/to/directory database_name --overwrite-destination=true
stdin
:neo4j-admin database load --from-stdin database_name --overwrite-destination=true < path/to/filename.dump
neo4j-admin --help