Evgenij, Thank you very much! The file .h2.server.properties did not exist, so I created it with only the following properties:
webAdminPassword= webPort= I can now log into the console and create local databases on my computer's hard disk; however, I am having trouble creating in-memory databases. I am trying to create an in-memory database by right-clicking the H2 Database Engine icon in the system try and selecting Create a new database.... For Database path, I input "~/testdb" and then input the password and password confirmation. I receive a confirmation that the database was created successfully: [image: 5-17-2020 11-48-17 AM.jpg] When I input the database URL into the H2 Console, an error message is displayed: [image: 5-17-2020 11-48-56 AM.jpg] If the in-memory database was created successfully, why is it that I cannot connect via 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/70845ee6-e781-49fd-b34b-0b0198ac3e80%40googlegroups.com.
