Hi,
I have installed subsonic on my ubuntu server. I want to change the default user "admin" to a different login name (username) while retaining its admin privilege.
I think subsonic uses hsqldb to store this info. Its worth mentioning that I have very little knowledge of Java in general. So I googled for a manager interface fro the db. I found that hsqldb has this sort of built in and it can be invoked with
java -cp hsqldb.jar org.hsqldb.util.DatabaseManager
So the jar file sits in the subsonic/WEB-INF/lib/hsqldb-1.8.0.7.jar and the data file sits in subsonic/db/subsonic.data in case anyone is not aware as I was.
Anyhow I am unable to change this user "admin" as the Management utility does not show any data in that subsonic.data file. I am also unsure what the table names are as "Show Tables;" does not execute.
If anyone has managed to do this, please shed some light as to how to achieve this (preferably from the cli).
Thanks