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.

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

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

In my python file I have mentioned below configuration: graphDB=GraphDatabase.driver(uri="0.0.0.0:7473", auth=( "kaberi", "kaberi")) I want to give my system IP Address instead:- graphDB=GraphDatabase.driver(uri="bolt://localhost:7687", auth=( "kabe...