Depends on how big your DB is.

If it's small, the SCRIPT command would get you a nice export

   http://h2database.com/html/grammar.html#script

And then some tweaking of that should then import nicely into MariaDB

If it's bigger, you probably want to use the SCRIPT command to move the schema across, and then use some kind of copy tool to move the data.

--
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to