cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

johnny_khor
Node
since ‎04-06-2021
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

here is my neo4j desktop. How do I share my desktop url with others ? Plus what is the password for neo4j. I read the documentation to ask me to run neo4j-admin . I reset to neo4j but it is not taking it. $neo4j-home> bin/neo4j-admin set-initial-pas...
I have a question on how to get the graph to show me the employee name instead of the department name. Here is my node, MERGE (:Employee {EmployeeName:"Johnny Khor",DepartmentName:"Data and Analytic"}) but when I do match(n) return(n), it show depart...