charset = latin1 使用mybatis插入表数据时,发生报错 Error updating database. Cause: java.sql.SQLException: Incorrect string value: ‘\xE5\xBC\xA0\xE4\xB8\x89’ for column ‘name’ at row 1 ### The error may exist in
今天在操作mysql的时候,输入中文的时候出现异常,Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' 。 上网查了下原因是因为表的字符集不一致。 SHOW VARIABLES LIKE 'character_set_%'; 查看一下
[ERROR] COLLATION 'utf8_unicode_ci' is not valid for CHARACTER SET 'latin1' 错误来源是: 跟着b站的谷粒商城项目做,前面的视频中设置了数据库的字符集编码,但是后面自己发现了MySQL容器重启报错,不停的在重启 查看log信息可以使用命令:docker logs 容器id 错误如下: 也就是说,前面我在 设置的如下字