问题
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