Unable to establish remote connection: Database is unreachable with specified configuration.
neo4j 服务器设置了监听接口为0.0.0.0,同时浏览器也可以正常访问到远程数据库,但是使用Neo4j Desktop时却出现
Unable to establish remote connection: Database is unreachable with specified configuration.
无论我的服务器上装的是neo4j 3.5还是4.0都无法访问,奇怪的是再昨天还使用neo4j desktop 成功访问了 neo4j server 3.5 ,今天装上neo4j 4.0之后就不行了????
PS:可以访问localhost
4 回复
@pangguoming 服务肯定是启用了,因为在浏览器上可以打开,但是就是使用neo4j desktop时连不上 是因为连接规则不一样了吗,4.0之后可以使用neo4j://IP:7000这样连接,但是我这样连接也连接不上啊