[ERROR] Replica SQL: Column x of table 'xxxxx.xxxxx' cannot be converted from type 'int' to type 'varchar(x)', Error_code: 1677
(Doc ID 2440928.1)
Last updated on MAY 04, 2021
Applies to:
MySQL Server - Version 5.6 and laterInformation in this document applies to any platform.
Symptoms
Disclaimer: Starting from v8.0, some terms have been deprecated. Older releases will only use the deprecated terminology, and new releases will only use new terminology. Please see https://dev.mysql.com/doc/mysqld-version-reference/en/ for a complete list of those changes, and in which minor versions it happened.
A column’s data type was changed and now the server that initiated that change is getting error 1677 with and error saying it can’t convert that column’s data type.
ERROR:
Changes
A column's data type was changed from INT to VARCHAR.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |