> If this needs to be a security thing, then it should be a command-line argument to control it on a per server basis
There is an unsafe command-line argument that allows remote database creation as it was in older versions, do you really read the whole “Creating New Databases” section? Just don't share that configuration with other people without telling them that if they won't guard the port, they will have a remote security hole. > Doc also says "the system tray" but that doesn't exist on Mac or PI (or other linux, I expect) It definitely works on Windows, OS X systems (since some old version), on desktop Linux systems, but builds for PI are different systems, no doubt; and on all Linux systems availability of system tray depends on desktop environment, some Windows systems can be launched without the GUI, and so on. However, this solution for developers' machines, not for servers. For remote servers there is the command-line Shell tool. I'm not sure why you need to delete the database when you can simply execute DROP ALL OBJECTS. https://h2database.com/html/commands.html#drop_all_objects -- 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/f63ee172-b523-4da1-b9cd-55eff4e516c7%40googlegroups.com.
