I'm running Neo4j 4.0.0 Enterprise and have created a number of different databases. When I enter the Neo4j Browser using:
http://neo4j:7474/browser
...I see my default database, neo4j. I know that I can use :use <different_database_name> to switch d...