Hi!
Previously with Neo4j 4.4 version I used these commands to change the home database:
:use system
alter user neo4j set home database databasename
I had to upgrade Neo4j to 5.3 version to have some gds.alpha algorithms available, but I can't chang...