3

I am starting to learn neo4j graph database. I have installed it and run it on my browser. It is asking me to connect to Neo4j database enter image description here

How can i complete this process?

TRex
  • 365
  • 1
  • 3
  • 10

2 Answers2

6

If using the downloaded version, neo4j/neo4j is the default login/password.

InverseFalcon
  • 29,576
  • 4
  • 38
  • 51
1

I could not get the default username: neo4j, password: neo4j to work on Neo4j Desktop 3.1.4. Since I connected as user neo4j, I suspect my credentials were provided when I signed into neo4j using OAuth (i.e., google or linkedIn credentials). I created a new user and password to access my database with the neo4j Bolt driver (python).

enter image description here

user2514157
  • 545
  • 6
  • 24