I have developed a small swing desktop application. This app needs data from other database, so for that I've created an small process using java that allows to get the info (using jdbc) from remote db and copy (using jpa) it to the local database, the problem is that this process take a lot of time. is there other way to do it in order to make faster this task ?Please let me know if I am not clear, I'm not a native speaker.ThanksDiego 解决方案 One good option is to use the Replication feature in MySQL. Please refer to the MySQL manual here for more information. 这篇关于使用Java将数据从mysql数据库复制到其他mysql数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-05 12:45
查看更多