尝试导入Neo4j数据库时,未知命令' import-cypher'

时间:2017-02-06 14:20:07

标签: neo4j

我正在使用neo4j 3.1.1,我按照这个下载并安装了neo4j-shell-tools: https://github.com/jexp/neo4j-shell-tools/tree/3.1但是当我在我的shell中执行此操作时:

`Welcome to the Neo4j Shell! Enter 'help' for a list of commands. Please note that neo4j-shell is deprecated and to be replaced by cypher-shell.
NOTE: Remote Neo4j graph database service 'shell' at port 1337

neo4j-sh (?)$ help
Available commands: alias begin call cd commit create cypher dbinfo drop dump env explain export foreach gsh help index jsh load ls man match merge mknode mkrel mv optional paths planner profile pwd return rm rmnode rmrel rollback runtime schema set start trav unwind using with
Use man <command> for info about each command.
Please note that neo4j-shell is deprecated and to be replaced by cypher-shell.
neo4j-sh (?)$ import-cypher
Unknown command 'import-cypher'`

我看不出是什么问题

关于如何解决这个问题的任何建议,我错过了什么?

提前致谢!

0 个答案:

没有答案