MySQL Workbench Connection Encoding
问题 While testing some code I stumbled on the following MySQL error: Error Code: 1267. Illegal mix of collations (utf8_general_ci,IMPLICIT) and ( utf8mb4_general_ci,COERCIBLE) for operation '=' I was using a WHERE statement on a standard MySQL UTF-8 collation column which contained a character using 4 bytes. Unless I misunderstood, while reading, I found the following information: MySQL's original UTF-8 implementation was incomplete (supporting maximum 3 bytes) The way to solve this is a new