Setup password for H2

一个人想着一个人 提交于 2019-12-04 01:52:06

Oh I guess life is not that bad :-).

Found on:

http://www.h2database.com/html/grammar.html#alter_user_set_password

To change it we obviously have to be able to connect to database(know username and password), as I said these are the ones we use during connection set up.

Then create simillar sql snippet ALTER USER admin SET PASSWORD 'superPw';

I personally believe these high level operations have to be allowed to be done in wizards. Hope this helps.

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