I am running two neo4j instance on one server but with different port. I changed port in neo4j.conf file, I am able to run it properly. Now, when I execute the cypher query to create a node in the second instance from neo4j-shell, it is creating nodes in first instance.
I have not configured any database path. Assuming it will consider neo4j default database path i.e. data\databases\graph.db.
Please help me with my mistake.
-port
? – Gabor Szarnyas