- Download sqltool(sqltool-2.2.6) via http://www.hsqldb.org/repos/org/hsqldb/sqltool/2.2.6/
- Place the sqltool-2.2.6.jar in the same location where hsqldb-2.2.6.jar is available.
- Run the sqltool jar using following command.
- Then password will be asked. After authentication, you will log to console.
- Remember to close all the other connections to the particular DB otherwise, Database lock acquisition failure will be occured.
java -jar <path_to_sql_tool_jar>/sqltool-2.2.6.jar --inlineRc=url=jdbc:hsqldb:file:<path_to_db_where_.log_.propertis_.script>/<db_name>,user=<db_user_name>