Illegal mix of collations
-
Getting errors from different collations:
WordPress database error Illegal mix of collations (utf8mb4_unicode_520_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation ‘=’ for query UPDATE
ggx_blc_synch AS synch
JOIN ggx_posts AS posts ON (synch.container_id = posts.ID and synch.container_type=posts.post_type)
How do I avoid these errors without modifying the database table structures?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Illegal mix of collations’ is closed to new replies.