neo4j有没有mysql那样,有root用户,可以新建一个用户user1,root用户可以对所有表操作,而user1只有对部分表操作的权限。 我看neo4j的文档,就只有一个用户,没有其他用户。 neo4j不能建立像mysql那样的user1吗。要不然,知道密码的所有人都能操作neo4j数据库。 有没有人遇到这方面的问题。
https://neo4j.com/blog/neo4j-3-1-beta-release/?ref=home 官网说neo4j-3.1引入多用户的概念 As increasing number of our customers find value in using Neo4j across different departments, providing enterprise-class security and conforming with compliance requirements became top priority. Neo4j 3.1 raises the bar for safeguarding data and meeting compliance requirements by introducing concept of multiple users, role-based access control, query and security event logging, list and terminate running queries, and fine-grained access control.
现在的版本大家有没有遇到多用户的问题。 比如我想创建两个用户,root用户和user1,root可以操作所有数据,user1只让操作一部分数据。