mysql同步时提示 the table is full

内部有个产品本身是和mysql绑定在一起的。近期同步时出现”the table is full”。
在网上搜了一下是一些参数设置问题,修改后重启mysql解决。

  
tmp_table_size = 2048M  
max_heap_table_size = 2048M