Must I set HSQLDB SA password every time whenever

2019-09-05 22:30发布

I started HsqlDB in server mode and set password for administrator account SA. Then I shutted down the server. Then I started the server again, but the password was gone. Must I set HSQLDB SA password again every time whenever I restart HSQLDB server? How to make the password set automatically?

1条回答
叛逆
2楼-- · 2019-09-05 23:26

The password (in latest versions, the password hash) is stored in the .script file. But you should perform CHECKPOINT after you set the password, otherwise it is may not be saved in some versions.

查看更多
登录 后发表回答