简体   繁体   English

无法导出密码查询

[英]Can not export Cypher query

When I execute the next query in my neo4j web ui (localhost:7474/browser) export-cypher -o export.cypher MATCH (n:COLUMN)-[r:LINK_REL_2]->() return n,r query I get the next exception: 当我在neo4j Web ui(localhost:7474 / browser)中执行下一个查询时, export-cypher -o export.cypher MATCH (n:COLUMN)-[r:LINK_REL_2]->() return n,r查询,我得到了下一个例外:

在此处输入图片说明

What's wrong? 怎么了? How to dump? 如何倾销?

PS I'm using Neo4J v2.2.3 PS我正在使用Neo4J v2.2.3

export.cypher is not a valid thing in Cypher language and therefore cannot be executed from Neo4j browser. export.cypher在Cypher语言中不是有效的内容,因此无法从Neo4j浏览器执行。 I guess you're referring to https://github.com/jexp/neo4j-shell-tools . 我猜你指的是https://github.com/jexp/neo4j-shell-tools This can only be called via bin/neo4j-shell . 这只能通过bin/neo4j-shell调用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM