Why my HSQL console shows not table listed?

Alex Heng
Contributor
September 17, 2011

Hi All, I have followed the instruction at http://confluence.atlassian.com/display/JIRA/Running+SQL+commands+in+a+HSQL+database and open the HSQL Database Manager, however, I only see a empty list to the left under jdbc:hsqldb:database/jiradb

is there some configuration I need to do the see the tables? Thanks.

1 answer

0 votes
Azwandi Mohd Aris
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 23, 2011

You need to make sure that the path specified in the url parameter is valid (pointing to the right folder). Otherwise, you will see the empty list.

You can also supply absolute path in the url foe e.g.

java -cp hsqldb-1.8.0.5.jar org.hsqldb.util.DatabaseManager -user sa -url jdbc:hsqldb:C:\studio\jira-home\database\jiradb

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events