Я пытаюсь создать нового пользователя в базе данных 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
Red Hat Enterprise Linux Server, версия 6.9 (Сантьяго)