我使用Spring JPA对数据库mysql进行操作,一开始创建数据库时已经设定default-character-set=utf8mb4default-collation=utf8mb4_general_ci但是运行之后仍然报错:java.sql.SQLException: Illegal mix of collations (utf8mb4_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
ringa_lee
客户端数据库连接串配置了没有?
jdbc.url=jdbc:mysql://localhost/test?characterEncoding=utf8mb4
客户端数据库连接串配置了没有?