Error en SELECT correo,nombrecompleto,nombredepto,nombreact,nombreedif,lab_no,telefono,comentarios FROM ifcusers.consulta_usuarios WHERE( ( nombrecompleto LIKE '%Paulina%' OR nombredepto LIKE '%Paulina%' OR nombreact LIKE '%Paulina%' OR comentarios LIKE '%Paulina%' ) AND ( nombrecompleto LIKE '%Casta��eda%' OR nombredepto LIKE '%Casta��eda%' OR nombreact LIKE '%Casta��eda%' OR comentarios LIKE '%Casta��eda%' ) AND ( nombrecompleto LIKE '%Tamez%' OR nombredepto LIKE '%Tamez%' OR nombreact LIKE '%Tamez%' OR comentarios LIKE '%Tamez%' ) ) 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'