Hi I created a neo4j database with custom java application and tried to change path in configuration file in order to connect to created database.
While trying to ch
I had done this by editing line
# dbms.active_database=graph.db
to
dbms.active_database=new.db
in file conf/neo4j.conf
conf/neo4j.conf