Illegal mix of collations
-
Hi,
I have the following error:
Error Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation 'like'
I use WP Multisite install 5.6 and MySQL 5.7
The posts and postmeta tables are in utf8_general_ci
Most of the Redirection and Plugin tables are utf8mb4_unicode_520_ciQuestions:
1)Its safe to change table and columns from utf8_general_ci to utf8mb4_unicode_520_ci to avoid “Illegal mix of collations”?
2)There is something to change in the wp-config.php?/** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', '');
Thanks in advance
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Illegal mix of collations’ is closed to new replies.