Error en SELECT correo,nombrecompleto,nombredepto,nombreact,nombreedif,lab_no,telefono,comentarios FROM ifcusers.consulta_usuarios WHERE( ( nombrecompleto LIKE '%Fernando%' OR nombredepto LIKE '%Fernando%' OR nombreact LIKE '%Fernando%' OR comentarios LIKE '%Fernando%' ) AND ( nombrecompleto LIKE '%Raymundo%' OR nombredepto LIKE '%Raymundo%' OR nombreact LIKE '%Raymundo%' OR comentarios LIKE '%Raymundo%' ) AND ( nombrecompleto LIKE '%Baz��n%' OR nombredepto LIKE '%Baz��n%' OR nombreact LIKE '%Baz��n%' OR comentarios LIKE '%Baz��n%' ) AND ( nombrecompleto LIKE '%Vargas%' OR nombredepto LIKE '%Vargas%' OR nombreact LIKE '%Vargas%' OR comentarios LIKE '%Vargas%' ) ) AND nombreact<>'Estudiante' AND invisible IS NULL ORDER BY nombrecompleto :Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'