Hello,
I want to set the value using dynamic settings,
But an error occurred.
I was following this page Update dynamic settings .
Oh, and I'm using Neo4j Server version: 5.4.0.
Can you help me with this error? ![]()
Hello,
I want to set the value using dynamic settings,
But an error occurred.
I was following this page Update dynamic settings .
Oh, and I'm using Neo4j Server version: 5.4.0.
Can you help me with this error? ![]()
That syntax is for version 5 and enterprise edition. Based on the document, the feature is not available on community edition.
I'm using Neo4j Browser v 5.4.0 and Neo4j Server 5.4.0 Enterprise now.
![]()
![]()
![]()
Thanks.
Why my SHOW SETTINGS not work ?
Maybe it's because I connected neo4j NOT using bolt connector unlike you ?
If so, do you know how to switch the connection from neo4j to bolt ?
How are you connecting? My connection is the default. I have not configured anything.
I connected neo4j:// xxx.xxx ... :7474 ,
I just connected like bolt:// xxx... :7687 and tried again but got the same error .
Try the version 4 equivalent. Are you sure you are executing against a version 5 database, as you can create different versions in the browser.
CALL dbms.listConfig()
YIELD name, value