公司需要从A服务器的MySQL库中同步一些大型表到B服务器的MySQL库中,先用的是Navicat的数据传输功能,结果总是有一些大型表报错,数据传输不完整,但不知道为什么?如果大家有什么好用的大型MySQL数据库传输工具也可以交流一下。
[DTF] Data Transfer started
[DTF] 0> Getting tables
[DTF] 1> sync: Getting table structure
[DTF] 1> sync: Fetching records
[DTF] 1> sync: Drop table
[DTF] 1> sync: Create table
[DTF] 1> sync: Transferring records
[ERR] 1> SELECT * FROM `sync`
[ERR] 1>
[ERR] 1> SELECT * FROM `sync`
[ERR] 1>
[DTF] 1> sync: Records transferred with error
[DTF] Finished with error