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?
相关问题
- How can I implement password recovery in an iPhone
- How can I set the SVN password with Emacs 23.1 bui
- Syntax issue with HSQL sequence: `NEXTVAL` instead
- Is the c++ hash function reasonably safe for passw
- Reliably reproduce in C# a legacy password hashing
相关文章
- TeamCity Username / password
- “correct” way to select next sequence value in HSQ
- Efficient way to aggregate and remove duplicates f
- Creating a regex to check for a strong password
- Handling hashed passwords stored as varbinary in S
- Migrating Existing Users and Passwords to new Symf
- What mechanisms does ssh-agent use to keep unlocke
- Android Oreo: what should I do to publish my app a
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.