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.

enter image description here

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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -