Convert MySQL script to H2
h2, mysql, sql
Solution
There are a number of database tools that help migrating data from one to another database, for example:
- Flyway
- SQuirreL DB Copy Plugin
Problem
I have an init script for my MySQL database but for test purposes I wan't to use a H2 database. Anyone knows how to convert the file or at least has a list of the syntax differences ? thanks.