Forum Moderators: coopster
Here's a sample query output from PHP:
SELECT prodName FROM tProducts WHERE `prodName` REGEXP '[[:<:]]chair[[:>:]]' and the error:
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (latin1_swedish_ci,COERCIBLE) for operation 'regexp'
Try checking this first: [bugs.mysql.com...]
When you dump your table structure, are you mixing charsets in the table definition?