Tengo un error al ejecutar la siguiente consulta directamente sobre MySql
SELECT * FROM `clientes` WHERE `nombre_empresa` = 'un nombre'
Error
#1267 - Illegal mix of collations (latin1_bin,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
...recurri a
http://dev.mysql.com/doc/mysql/en/Error-handling.html y dice lo siguiente
Error: 1267 SQLSTATE: HY000 (ER_CANT_AGGREGATE_2COLLATIONS) Message: Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'
...el campo es de tipo varchar(60), pero no veo donde pueda estar el error, espero me puedan ayudar
Saludos y gracias