User Authentication in SQLLine

422 views Asked by At

Is there any way to pass the user password manually without passing the password in the sqlline jdbc connection string (like below). We want that sqlline tool will ask to put the password to connect, how to achieve this.

./sqlline.sh --verbose=true -u "jdbc:ignite:thin://127.0.0.1:10800;user=ignite;password=ignite"

1

There are 1 answers

9
alamar On BEST ANSWER

Sqlline will always ask for user and password if they are not provided on connection string.