FAQMySQL 源端 JSON 写入异常本页总览MySQL 源端 JSON 写入异常现象 MySQL 源端同步任务中断,日志中出现 Caused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Invalid JSON text: The document root must not be followed by other values. 排查 原因 JSON 字段值中特殊字符没有转义,导致 JSON 数据被截断 步骤