Dynamic settings - Error in "SHOW SETTIGNS"

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? :smiling_face_with_tear:

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.
:sob::sob::sob:

I just tried in browser using enterprise 5.6.0 and 'show settings' worked.

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
1 Like

Thanks. Executed well and i got the results !

So it means that my database is version 4.x even though DBMS version is version 5.4 EE?