How to convert Apache Derby database to MySQL

萝らか妹 提交于 2019-12-12 11:22:44

问题


I would like to convert an existing Derby database to MySQL.


回答1:


Try the DBCopy Plugin for SQuirreL SQL Client if you only need to convert the database once. There are other tools that may work. I you need to convert regularly, then I would use CSV export / import (for the data).



来源:https://stackoverflow.com/questions/3744770/how-to-convert-apache-derby-database-to-mysql

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