How to convert H2Database database file to MySQL database .sql file?
问题 I have some data in H2Database file and I want to convert it to MySQL .sql database file. What are the methods I can follow? 回答1: In answer to Thomas Mueller, SquirrelSQL worked fine for me. Here is the procedure for Windows to convert a H2 database: Go to "drivers list", where everything is red by default. Select "H2" driver, and specify the full path to "h2-1.3.173.jar" (for example) in "Extra Class Path". The H2 driver should display a blue check in the list. Select your target driver