【发布时间】:2019-05-01 08:42:30
【问题描述】:
我需要在 Neo4j 服务器上安装 APOC,我该怎么做? 我创建了一个文件夹“plugins”,并在执行以下命令后:
dbms.security.procedures.unrestricted=apoc.*
但我有这个错误:
Neo.ClientError.Statement.SyntaxError: Invalid input 'b': expected 'r/R' or
'e/E' (line 1, column 2 (offset: 1))
"dbms.security.procedures.unrestricted=apoc.*"^
【问题讨论】:
标签: neo4j server cypher neo4j-apoc