Neo4j Cypher Console Changing Database

泪湿孤枕 提交于 2019-12-08 00:08:44

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!