I am using h2-1.4.196.The JDBC URL is given as jdbc:h2:/home/Abc/test and DB_CONNECTION = "jdbc:h2:file:/home/Abc/test;DB_CLOSE_DELAY=-1;MV_STORE=FALSE" to connect to the database but I am not able to see the tables.
The same issue was given in Can't see my H2 database in Web Console However the code and console uses the same versions. Giving ;MV_STORE=FALSE didn't help. Is there anything else to be done?