I tried to enable ignite authentication on the server. When I did that by changing the XML configuration, I tried to create new user and remove the default one, but I'm getting errors that I can not remove default superuser. I tried do it from the level of ignite user and also from the new created one. Is there any way to define the password in the XML for the default ignite user? Because I'd like to have it automated.
I tried to:
- Modify the XML configuration
- Prepare
sqlline.sh
with a-e
argument
Solution:
- Update ignite do version 2.15 (the problem was since 2.10 version)
- Use
sqlline.sh -u jdbc:ignite:thin://localhost -e "[SQL]"
//Sth. there is a need to change "" to '' or /"/". Be aware of that