Neo4J 3.1.3 graph database access remotely

后端 未结 1 832
梦毁少年i
梦毁少年i 2020-12-12 04:58

I was new to Neo4J 3.0 graph database.I have some issue with neo4j.

By default it works for localhost and works fine http://localhost:7474/browser/. Now I want to al

相关标签:
1条回答
  • 2020-12-12 05:24

    The neo4j browser uses by default Bolt for connecting to the database.

    Two solutions :

    a) you set the bolt port as well for 0.0.0.0

    dbms.connector.bolt.listen_address=0.0.0.0:7687

    b) you disable bolt in the browser :

    0 讨论(0)
提交回复
热议问题