我有一个问题。当我在windows shell上使用dump命令时:
neo4j-shell.bat -c 'dump MATCH(n:Airport) RETURN n;">bb.cypher
我明白了:
ERROR (-v for expanded information):
Connection refused
当我输入-v时,我得到了很多信息..
C:\neo4j-community-3.1.1\bin>neo4j-shell -v COMMENTAIRES : Neo4j Root is 'C:\neo4j-community-3.1.1' COMMENTAIRES : Neo4j Server Type is 'Community' COMMENTAIRES : Neo4j Version is '3.1.1' COMMENTAIRES : Neo4j Database Mode is '' COMMENTAIRES : Shell command specified COMMENTAIRES : Java detected at 'C:\Program Files\Java\jdk1.8.0_111\jre\bin\java.exe' COMMENTAIRES : Executing C:\Program Files\Java\jdk1.8.0_111\jre\bin\java.exe -version COMMENTAIRES : Java version response: java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-..
然后列出罐子 然后这个:
ERROR (-v for expanded information): Connection refused -host Domain name or IP of host to connect to (default: localhost) -port Port of host to connect to (default: 1337) -name RMI name, i.e. rmi://<host>:<port>/<name> (default: shell) -pid Process ID to connect to -c Command line to execute. After executing it the shell exits -file File containing commands to execute, or '-' to read from stdin. After executing it the shell exits -readonly Connect in readonly mode (only for connecting with -path) -path
...
谢谢