Project-Sloth / ps-mdt

MDT for QBCore
https://discord.gg/projectsloth
GNU General Public License v3.0
250 stars 282 forks source link

Qbox SQL collation issue #482

Closed f3rr311 closed 4 months ago

f3rr311 commented 4 months ago

Was getting Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '=' So getting the collations error your guide mentions But when attempting to run the sql modification I get the attached screenshot

Illegal mix of collations (utf8mb4_unicode_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '='

image