How to create new database in neo4j? -
i'm using linux 16.04 os. have installed fresh neo4j. referenced exegetic , digitalocean sites.
by default there's graph.db database.
my question how create new database , create nodes , relation ship between nodes?
as show in picture default db name graph.db.
since you're using neo 3.x, create new database without removing existing one, can edit neo4j.conf
file in conf
directory of $neo4j_home
.
search dbms.active_database=
, should have default value of graph.db
. replace other name , start neo4j again. now, new database created under directory name. switch previous db, repeat steps, replace new value graph.db
in configuration file.
Comments
Post a Comment