
# 增量阶段失败报错，关键词"The MySQL server is running with the --super-read-only option"
#### 场景描述
增量迁移或同步期间DRS任务报错，日志提示信息：service INCREMENT failed, cause by: write table %s.%s failed: record tid:%s,seqno:%s with PK applied failed in table %s.%s, The MySQL server is running with the --super-read-only option so it cannot execute this statement
#### 可能原因
目标库处于只读状态，一般原因为目标库空间不足。
#### 解决方案
1. 请客户运维工程师检查目标数据库运行状态和磁盘空间。
2. 确定目标数据库正常后，在任务列表中，单击任务对应操作列的"续传"，重新提交任务。
 
