Hello.

You can type a some name of the setting, org.h2.Driver as a driver, your 
JDBC URL and user name and save such custom setting. Predefined settings 
aren't intended to be used as is, they are just templates.

Another solution is to edit the configuration file.

The configuration is stored in the file .h2.server.properties (note the 
leading dot) in your home directory.

You can create them by appending
SOME_NUMBER=Generic H2 (Embedded)|org.h2.Driver|jdbc\:h2:~/test|sa
SOME_NUMBER=Generic H2 (Server)|org.h2.Driver|jdbc\:h2\:tcp\:
//localhost/~/test|sa
Replace SOME_NUMER with some real numbers, presets with higher number are 
listed at the first positions.

If you don't have any custom settings in this file, you can also delete it, 
it will be recreated with default settings on startup of the H2 Console.

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/h2-database/e877cc9e-2685-400f-bd09-d4f0b63163f6%40googlegroups.com.

Reply via email to