Ignite create user with full privileges(Jdbc thin client)

梦想的初衷 提交于 2020-03-04 18:55:31

问题


I am stuck on creating user with full privileges.

I have created a user with name shubh. but dont know how to grant all privileges.

And want to drop the default user (user = ignite , password = ignite) privileges.

Please suggest.


回答1:


Have you tried the following:

DROP USER "ignite";

As for privileges, we don't have granular permissions in Apache Ignite yet, so if you have user it can access all tables.




回答2:


So guys from the above reply's I came to the conclusion .

Just change the password for default user .



来源:https://stackoverflow.com/questions/60222590/ignite-create-user-with-full-privilegesjdbc-thin-client

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!