General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_unicode_ci,COERCIBLE) for operation '=' (SQL: select count(*) as aggregate from users where name = ゆい)
why is this not unicode????
General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_unicode_ci,COERCIBLE) for operation '=' (SQL: select count(*) as aggregate from users where name = ゆい)
why is this not unicode????
Switched the table collation to binary then to utf8_unicode_ci
Tested with english usernames and japanese usernames