I'm trying to access my subsonic database via the command line and I having trouble figuring out the credentials.
According to the info here: http://hsqldb.org/doc/2.0/util-guide/sq ... l_int-sect
I've created an sqltool.rc file in my homedir (root) and have edited some details:
~/sqltool.rc
urlid subsonic
url jdbc:hsqldb:/var/subsonic/db
I can initiate the command line access via:
java -jar /usr/local/share/java/classes/sqltool.jar subsonic
But I'm not actually sure that the database path is correct (does it use the directory or the subsonic.data file?)
And I don't know what username/password to provide.
Any hints?