当你遇到“cannot convert string '\xac\xed\x00\x05sr...' from binary to utf8mb3”这样的错误时,这通常意味着你正在尝试将一个非UTF-8编码的二进制数据(如Java序列化对象)错误地当作UTF-8编码的字符串来处理。这里的字符串前缀\xac\xed\x00\x05sr...是Java序列化数据的一个典型
Bug #117187 Cannot convert string '\xA0' from binary to utf8mb4 Submitted: 13 Jan 7:33Modified: 13 Jan 10:15 Reporter: sravan gogana Email Updates: Status: Not a Bug Impact on me: None Category: MySQL Server: CharsetsSeverity: S2 (Serious) Version: 8.0.32, 8.0.39, 8.0.40, ...