neo4j: How do I change the database storage location?

后端 未结 4 450
迷失自我
迷失自我 2020-12-08 09:25

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

4条回答
  •  星月不相逢
    2020-12-08 10:00

    I had done this by editing line

    # dbms.active_database=graph.db
    

    to

    dbms.active_database=new.db
    

    in file conf/neo4j.conf

提交回复
热议问题