场景描述 包含全量迁移/同步的任务,在进行全量迁移时失败,错误日志信息包含“The MySQL server is running with the --super-read-only option so it cannot execute this statement”。 关键词 --super-read-only 可能原因 目标库的空间不足导致目标库处于只读状态。 修复方法 在目标库执行以下命令,取消数据库只读状态。
场景描述 包含全量迁移/同步的任务,在进行全量迁移时失败,错误日志信息包含“Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server”。 关键词 Communications link failure 可能原因 访问源库或目标库时建立连接失败。