在 Neo4j 中创建用户
Create user in Neo4j
想知道如何运行命令并在平台中创建新用户吗?我阅读了指南并尝试在 console/shell 中 运行,但没有用。
(即 CALL dbms.security.createUser('test', 'test', false))
Error message: 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 3.1 或更高版本。安全功能和用户管理程序仅在 3.1 版中引入。
3.0 及以下版本使用单一用户模型。
哦,为什么要把简单的事情复杂化,看看syntax/command算了
db/language,为什么一个左括号和 2 个右括号,删除其中一个右括号命令将 运行 fine
想知道如何运行命令并在平台中创建新用户吗?我阅读了指南并尝试在 console/shell 中 运行,但没有用。
(即 CALL dbms.security.createUser('test', 'test', false))
Error message: 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 3.1 或更高版本。安全功能和用户管理程序仅在 3.1 版中引入。
3.0 及以下版本使用单一用户模型。
哦,为什么要把简单的事情复杂化,看看syntax/command算了 db/language,为什么一个左括号和 2 个右括号,删除其中一个右括号命令将 运行 fine