问题
I've just started to learn the Neo4j graphs db, i am a .net developer and i have downloaded the .net version also the sample MVC project for .net (hour ago), I manage to make the project run and playing with it. Upon playing with the Cyphers Console, somehow i cant find the data's from the sample, maybe the default database of the console is pointing to the default db, how do i move to the database that is created by my sample project. is there such thing as database/schema here just like in MSSql/MySQL that tables are grouped by database? thanks for response.
回答1:
Look at neo4j-server.properties
in conf
folder in your DB folder, and search for org.neo4j.server.database.location
and make sure it's pointing to the output folder you just created..
来源:https://stackoverflow.com/questions/17252968/neo4j-cypher-console-changing-database