检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
7,server_id的取值范围在1-4294967296之间。 不通过原因 源数据库的server_id参数不满足要求。 处理建议 登录源数据库MySQL所在服务器。 执行以下SQL语句,查看server_id值。 show variables like '%server_id%'; 如果serve
数据库参数group_concat_max_len一致性检查 源数据库和目标数据库的group_concat_max_len参数不一致,这可能导致任务迁移完毕后,业务查询出现截断,建议将参数变为一致。 不通过原因 源数据库和目标数据库的group_concat_max_len参数不一致。
全量或增量迁移失败报错,关键词“Timed out after 60000 ms while waiting to connect” 场景描述 MongoDB->DDS实时迁移场景,全量或增量迁移报错,日志提示信息:service LOGMANAGER failed, cause
通过以下命令查看数据库的字符集。 SHOW VARIABLES LIKE "character_set_server"\G; 使用命令修改服务器的字符集。 SET character_set_server='utf8'; 如果为RDS for MySQL实例,可通过修改数据库“c
增量阶段失败报错,关键词“Operation not allowed when innodb_force_recovery > 0” 场景描述 增量迁移或同步期间DRS任务报错,日志提示信息:service INCREMENT failed, cause by: write table
全量或增量阶段失败报错,关键词“service *** failed, cause by: Unable to connect to DBMS: ***” 场景描述 全量或增量同步期间DRS任务报错,同步日志界面提示:service *** failed, cause by: Unable
全量或增量阶段失败报错,关键词“temporary file size exceeds temp_file_limit” 场景描述 全量或增量同步期间DRS任务报错,同步日志界面提示:retry structures failed events=the fail structures
全量或增量阶段失败报错,关键词“binlog parse fail, data dictionary may be not complete!” 场景描述 全量或增量阶段,DRS迁移或同步任务报错,日志提示信息:service CAPTURER failed, cause by:
全量或增量阶段失败报错,关键词“Can not read response from server” 场景描述 全量或增量阶段,DRS迁移或同步任务报错,日志提示信息:service LOGMANAGER failed, cause by: Can not read response
全量或增量阶段失败报错,关键词“EOF Packet received, master disconnected” 场景描述 全量或增量阶段,DRS迁移或同步任务报错,日志提示信息:service LOGMANAGER failed, cause by: *** failed, errorcode=%s
全量阶段失败报错,关键词“The MySQL server is running with the --super-read-only option so it cannot execute this statement” 场景描述 全量迁移或同步期间DRS任务报错,日志提示信息:service
目标库和源库的lower_case_table_names参数设置需要一致。 详见源数据库和目标数据库表名大小写敏感性检查。 group_concat函数计算结果字符的最大长度 目标库和源库的group_concat_max_len参数需要一致。 详见数据库参数group_concat_max_len一致性检查。
全量或增量阶段失败报错,关键词“Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation” 场景描述 全量或增量阶段,DRS迁移或
则可参考表1,建议在方案实施前联系GaussDB(DWS)技术支持评估DDL的支持度。 表1 DDL转换规则 语法转换点 转换结果 示例原语句 转换结果 备注 表名、列名有反引号 替换为双引号 create table `t1`( `c1` int, `c2` varchar(10)