Setup password for H2
问题 How to set up my own password for accessing the h2 while working in embedded mode? (if anyone confused - talking about the root password for accessing the database) In Eclipse it seems that password assignment occurs at the moment of db connection creation which in turn launches the process of schema creation, where we provide username and password. Even if this is true how to change existing password after set up? I've searched in information schema - found `users', there is no password