我正在使用MySql工作台迁移向导,当我进入向导的最后一步时,我在迁移更大的表时遇到错误:
ERROR: `master`.`mtm_flat_request`:Found record bigger than max_allowed_packet
如果我增加max_allowed_packet的大小,我会得到不同的错误:
ERROR: `master`.`mtm_flat_request`:Not enough memory to allocate insert buffer of size 1073741824
ERROR: `master`.`mtm_flat_request`:Failed copying 39135 rows
服务器在云端,有4GB的内存。有什么建议我可以做什么来避免这个问题?