cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Unable to see the default neo4j db

I have installed neo4j 4.0.3 enterprise server , I have enabled dbms.default_listen_address=0.0.0.0
dbms.connector.bolt.listen_address=0.0.0.0:7687
dbms.connector.http.listen_address=0.0.0.0:7474

But still I can't see any database in neo4j browser . Login successful ,
when I run :use neo4j I'm getting A database with the "neo4j" name could not be found.

2 REPLIES 2

Hi, you can check the databases names with the command:

SHOW DATABASES

Have you tried it yet?

same thing happening with me then i edited the neo4j configuration file and it is now working.
i just changed security enabled from true to false:
dbms.security.auth_enabled=true
to
dbms.security.auth_enabled=false