Hi, > I am interested in remote connecting to my database via port 8082 and > using the H2 Console, however leaving this service running invites > anybody to connect to my server on 8082 and create a new database. I > would like to some how lock this to prevent additional dbs from being > created on my server. I've tried using the -ifExists true on the > command line, but it doesn't seem to do anything. Any ideas?
It works for me. I used: java org.h2.tools.Console -ifExists Then when trying to create a new database I get: jdbc:h2:mem:test Database mem:test not found [90013-107] What URL do you use? Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
