I attempted to apply the solution posted on How can I search (case-insensitive) in a column using LIKE wildcard?, but I'm given the error
1253 - COLLATION 'utf8_general_ci' is not valid for CHARACTER SET 'latin1'
How can I apply case insensitivity to a latin1
table?