cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

How to run database from terminal?

ri8ika
Graph Voyager

How can we run the database from terminal using cypher-shell? Without running neo4j-desktop GUI application.

1 ACCEPTED SOLUTION

Keep in mind that cypher-shell is only a client application that connects to some existing Neo4j instance, it isn't the database itself.

So if you have an existing remote instance, you can use cypher-shell to connect to it, just point it at the IP of the running instance you want to connect to.

Otherwise, see the install instructions for how to install and launch Neo4j for your OS.

View solution in original post

1 REPLY 1

Keep in mind that cypher-shell is only a client application that connects to some existing Neo4j instance, it isn't the database itself.

So if you have an existing remote instance, you can use cypher-shell to connect to it, just point it at the IP of the running instance you want to connect to.

Otherwise, see the install instructions for how to install and launch Neo4j for your OS.