• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error mysql Illegal mix of collations

peteralto

Member
Joined
Nov 1, 2020
Messages
93
Solutions
1
Reaction score
19
Can anyone tell me why these errors appear in the distro?

[Error - mysql_real_query] Query: SELECT id, name, password, secret, type, premdays, lastday FROM accounts WHERE name = '252476º'
Message: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='
[Error - mysql_store_result] Query: SELECT id, name, password, secret, type, premdays, lastday FROM accounts WHERE name = '252476º'
Message: Illegal mix of collations (utf8mb3_general_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='
 
Back
Top