Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to :server connect to neo4j database

Tags:

cql

neo4j

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?

like image 698
TRex Avatar asked Oct 11 '25 23:10

TRex


2 Answers

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

like image 83
InverseFalcon Avatar answered Oct 15 '25 05:10

InverseFalcon


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

like image 25
user2514157 Avatar answered Oct 15 '25 07:10

user2514157