neo4j can't see database from terminal

557 Views Asked by At

this might be a stupid question but I'm new to neo4j. I'm using the desktop version and from there I created a new database from a new project. I also can see it from the browser and I can see data and stuff.

enter image description here But if I go on my terminal and run

cypher-shell

and from there I type

SHOW DATABASES;

I can only see the default dbs: enter image description here

Does anyone know what I am doing wrong?

1

There are 1 best solutions below

1
On

From the Neo4j desktop, you'll see the Start/Stop and Open buttons for a project database. Just to the right of these are 3-dots. Click on that and then open folder. This will get you to the various folders for the database. It's useful for seeing the size of the database, working with the config file, managing transaction logs, etc.