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.

vinitpayal
Node Link
since ‎03-01-2019
‎10-18-2022

User Statistics

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

User Activity

We are having trouble in using the password we set as part of neo4j initilisation. We are on Neo4j 4.1.9 and trying to setup initial password using neo4j-admin set-initial-password, which was successful and even auth.ini reflacts that as now I have a...
We are using docker container to run our neo4j by mounting data and plugins folder, in plugins we are using only apoc which we have upgraded to apoc-4.0.0.2-all.jar and no issues in it. Issue we were facing was of using old credentials which weren't ...
With below cypher query am trying to first get User node using IdObject which has a uniqueness constraint and updating a property named NameFull match(u:User{IdObject:{user_id_object}}) set u.NameFull={user_name} But query never completes have to...