Collation Error When Searching
-
I have a table that functions properly, except that I cannot search it. When I try to search, I get the following error:
DataTables warning: table id=pretty_membership_v21 - Illegal mix of collations (utf8mb4_general_ci,COERCIBLE) and (utf8mb4_unicode_520_ci,COERCIBLE) for operation 'like'‘pretty_membership_v2’ is the view I’m displaying, and ‘utf8mb4_general_ci’ is the default collation of the database. I’m guessing that the search is creating a temporary table with the db’s default collation instead of WordPress’ default, which seems to be ‘utf8mb4_unicode_520_ci’.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Collation Error When Searching’ is closed to new replies.