如何从网络浏览器连接到Neo4j

时间:2018-09-01 08:09:30

标签: neo4j

我刚开始使用Neo4j,当我尝试运行连接到数据库的命令时,出现错误。例如,如果我尝试运行示例电影数据库中的第一个$this->db->select('*'); $this->another->select('e.eselon as e, j.nama_jenis as j'); $this->db->from('ref_tunjangan_struktural'); $this->another->join('r_eselon','r_eselon.id = ref_tunjangan_struktural.eselon_id'); $this->another->join('r_jenis_pegawai','r_jenis_pegawai.id = ref_tunjangan_struktural.jenis_pegawai_id'); $this->db->order_by("ref_tunjangan_struktural.id", "asc"); 命令,或者如果我运行CREATE

错误如下:CALL dbms.procedures()

在浏览器页面的左侧面板中,在“ Connected As”(连接为)标题下,具有我的用户名和角色(Admin)。仅供参考,我首先按照Larave的Homestead的设置过程安装了Neo4j。在我第一次访问URL(端口7474)时,它要求(并接受)我的用户名和密码。

其他信息:

  • Neo4j数据库为3.3.5版,可在Ubuntu VM上运行
  • Neo4j浏览器是3.1.7版,可在Mac主机上运行
  • 当我运行BoltConnectionError: No connection found, did you connect to Neo4j?时,它告诉我我是通过bolt:// mydomain:7687连接的。
  • 当我在Ubuntu计算机上运行:server connect时,它告诉我Java正在侦听端口,并且该用户是neo4j

1 个答案:

答案 0 :(得分:0)

第一

:server disconnect

然后再次连接

:server connect

如果它不起作用,请更改浏览器。

相关问题