Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-23-2020 02:17 PM
I have upgraded to Neo4J Desktop Version 1.2.4 (1.2.4.1101) for the Mac.
I am able to create 4.0.0 databases.
I have 2 databases. One is called "application" because that's what Graphelion needs it's databased to be called.
The other is called Graph4p0p0.
When I try to start Graph4p0p0, it stops the database "application", and visa versa.
My understanding is that 4.0.0 allows you to have 2 or more databases running at the same time.
What am I missing?
Thanks
02-23-2020 06:43 PM
Hi jeroen,
First, select the system.
:use system
Then, you can create a new database Graph4p0p0
CREATE DATABASE Graph4p0p0
You will see 2 DBs (neo4j and Graph4p0p0).
02-23-2020 09:48 PM
Thanks for the example.
I'll give that a try.
02-25-2020 12:53 PM
To clarify a bit, the databases or graphs in Neo4j Desktop are more like separate DBMS instances, each one runs a separate Neo4j instance.
This is different than the 4.0.0 multi database feature, which allows multiple databases in a single DBMS.
From Desktop, you will only have your single dbms instance. Within that instance, you can follow Koji's advice and create additional databases (once you switch to the system database).
All the sessions of the conference are now available online