问题
I have to migrate my database from MySql to Derby. However, I am facing a problem, that it is not possible just to create sql dump and import in JavaDB. Is there an easy way, a tool or something that I can use? or should I do everything by hand?
Danke
回答1:
One good way, is to use DdlUtils. with this, you can export a database schema from one database and create it in another. This is the MySQL page.
来源:https://stackoverflow.com/questions/25065426/easy-way-migrate-data-from-mysql-to-derby-javadb