Must I set HSQLDB SA password every time whenever I restart HSQLDB server?

懵懂的女人 提交于 2019-12-12 01:47:34

问题


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:


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.



来源:https://stackoverflow.com/questions/5496521/must-i-set-hsqldb-sa-password-every-time-whenever-i-restart-hsqldb-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!