[Neo4j] Installing Apoc package shows Neo.ClientError.Statement.SyntaxError


Preface

We need to use the Apoc package in Neo4j development. We encountered the following problems during installation.
Insert image description here
However, the installation steps are all according to the Internet, and I also added two sentences.

dbms.security.procedures.whitelist=apoc.coll.*,apoc.load.*
dbms.security.procedures.unrestricted=apoc.*

I will find a solution later on the Internet and just comment out the first sentence.

#dbms.security.procedures.whitelist=apoc.coll.*,apoc.load.*
dbms.security.procedures.unrestricted=apoc.*

Insert image description here
This is also a problem that relatively few people encounter. Let’s record it.

Guess you like

Origin blog.csdn.net/Bartender_VA11/article/details/132005917