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.

m_h98
Node
since ‎07-02-2021
‎06-01-2022

User Statistics

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

User Activity

Hi I'm trying to grant a role to a new user on my database: The publisher role. But when I try this query: grant role publisher to ben, I get this error message: Neo.ClientError.Security.Forbidden Permission denied for ASSIGN ROLE. Try executing SHOW...
I'm trying to put a Python dictionary inside of nodes, because I recieve data as a dictionary in Python and need to save it in Neo4j. My query looks like this: "create (a {name:"node", text: "", values: {color: "red", size: "7 m"}}) " and it gives me...
Hi, I'd like to build a website using HTML and Python, where I'm able to display a simple list of the nodes in a database and select single nodes to display their detailed information, including it's relationships. Later I'd also like to add a featur...