Easy way migrate data from MySql to Derby (JAVADB)?

孤者浪人 提交于 2019-12-10 18:24:56

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!