Create a new database... command is not designed to create an in-memory 
database, it is for persistent databases only. Actually you can create an 
in-memory database with it, but it is removed immediately, because there 
are no active connections. You can use mem:testdb;DB_CLOSE_DELAY=-1 to 
prevent it, but usually it isn't reasonable unless you want to connect to 
that database remotely from other system.

H2 Console opens a browser window during startup, if you closed it, you can 
open a new one with H2 Console item of the tray icon. In this *browser 
session created by H2* you will be able to create new databases without any 
additional actions and you will not be needed to specify a password for 
Preferences and Tools.

If you opened something like http://127.0.0.2:8082/ by yourself, you don't 
have such permissions in that session.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/14d8169b-5d29-4dd9-a398-b558952a0b2c%40googlegroups.com.

Reply via email to