Erro! # 1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_unicode_ci,COERCIBLE) for operation 'like' SELECT tbmaterias.*, DATE_FORMAT(tbmaterias.data,'%d/%m/%Y') as data1 , tbmaterias_titulos.* FROM tbmaterias INNER JOIN tbmaterias_titulos ON (tbmaterias_titulos.id_titulo = tbmaterias.id_titulo) WHERE flag_status=1 AND 1 AND (1=2 OR nome LIKE '%Oficinas%' OR telefone LIKE '%Oficinas%' OR titulo LIKE '%Oficinas%' OR endereco LIKE '%Oficinas%' OR descricao LIKE '%Oficinas%') AND (1=2 OR nome LIKE '%Mecï%' OR telefone LIKE '%Mecï%' OR titulo LIKE '%Mecï%' OR endereco LIKE '%Mecï%' OR descricao LIKE '%Mecï%') AND (1=2 OR nome LIKE '%nicas%' OR telefone LIKE '%nicas%' OR titulo LIKE '%nicas%' OR endereco LIKE '%nicas%' OR descricao LIKE '%nicas%') ORDER BY star DESC |