cypher-shell Command Examples

Open an interactive session and run Cypher queries against a Neo4j instance. See also: neo4j-admin, mysql. More information: https://neo4j.com/docs/operations-manual/current/tools/cypher-shell/.

cypher-shell

cypher-shell --address neo4j://{{host}}:{{port}}

cypher-shell --username {{username}} --password {{password}}

cypher-shell --database {{database_name}}

cypher-shell --file {{path/to/file.cypher}}

cypher-shell --log {{path/to/file.log}}

cypher-shell --help