Hello, The below query ran without throwing any error. :
igniteClient.query(new SqlFieldsQuery("ALTER USER \"ignite\" WITH
PASSWORD 'password'"));
But when I am trying to connect with new password i.e.
ClientCfg.setUserName("ignite");
ClientCfg.setUserPassword("password");
Ignition.startClient(ClientCfg)
It throws an exception >
SEVERE: The user name or password is incorrect [userName=ignite]
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
