Must I set HSQLDB SA password every time whenever I restart HSQLDB server?
I started HsqlDB in server mode and set password for administrator account SA. Then I shutted down the server. Then I start开发者_高级运维ed 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?
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.
精彩评论