I fond that in one topic traccar database looks different
Link
Why I can't see table POSITIONS in my DB?
Because you are looking at the wrong schema.
Hi Anton, maybe 2 more words would have helped him and somebody else (like me)!
Your database seems empty.
Thanks to what you've just answered me, I've realized that in Squirrel-sql when creating the alias the database name must be without extension.
I've used database.mv and Squirrel-sql created an empty database named database.mv.mv
Using just database I now can open it and see all the tables!
P.s. The file name must be in this format: jdbc:h2:PATH_TO_DB\DB_NAME_without_extension
How do you connect to the remote h2 database?
Most examples show only the connection to local h2 databases. pls help
Hello, Anton!
I really return to that question again and again - modify H2 database (due to future date bug) or do migration to MySQL (what I handle better)! Did the search here and googled, try to use that, but still didn't come to solution.
Do you have any advice how to migrate to MySQL?
Thanks in advance,
Egons