Hi...
I would like to alter my subsonic db (basically in order to import some album's comments) using an sql client instead of the web interface and/or web access to the db (http://localhost:4040/db.view)...
So far I can access the database via "hsqldb-sqltool madsonic", but when I try to run a query it fails...
ie:
>sql: select * from artist;
>user lacks privilege or object not found: ARTIST
my sqltool.rc looks like:
urlid subsonic
url jdbc:hsqldb:file:/var/subsonic/db
username sa
password
any ideas ?
Best Regards,
Giampaolo