我正在尝试使用以下方法在neo4j CE数据库上创建一个新用户:
CALL dbms.security.createUser('username', 'password', true);
遵循Neo4j手册中的以下说明:
https://neo4j.com/docs/operations-manual/current/reference/user-management-community-edition/
但是出现以下错误:
There is no procedure with the name `dbms.security.createUser` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
有人可以解释为什么这行不通吗?
Neo4j CE 3.5
红帽企业Linux服务器6.9版(圣地亚哥)