Neo4j is a full database,
you can clean your database easiest by stopping the server, deleting the
data/graph.db directory and restarting.

Or by a cypher query like this:

MATCH (n)
OPTIONAL MATCH (n)-[r]-()
DELETE n,r

There are also some tools which support multiple neo4j databases, if you're
on windows you can use Jim Salmons Neo4j Control Panel:
http://jim-salmons.github.io/neo4jcp/

Michael


On Thu, May 29, 2014 at 1:18 PM, U Htet <luyo...@gmail.com> wrote:

> Hello everyone!
> Is it possible to create our own new database and make queries in Neo4j
> community version for aim of study?
> I've downloaded and installed version 2.0.1..
> Somewhere I have read that we can only play with queries of example
> databases.
> How can I do that?
> Thank you!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to