I created a H2 database with my code with this URL:
jdbc:h2:C:/data/fixed.db
My code can create tables, perform queries. If I open the file manually, I can successfully see its content and view the create queries etc
However, when I try to use H2 console with the web interface, I can't see the database. Instead, the web console create another empty database located here C:/data/fixed.db.mv.db
. I just can't load my database.
What am I missing ?
EDIT
My code uses H2 1.3.175
The web console H2 1.4.178